ssh
Here are 2,519 public repositories matching this topic...
-
Updated
May 18, 2020 - Go
I installed Browsh onto Ubuntu 18.04 using the instructions on https://www.brow.sh/docs/installation/. No man pages are installed:
$ man browsh
No manual entry for browsh
See 'man 7 undocumented' for help when manual pages are not available.
So it seems there is a variable current_path which points to wherever :deploy:to/current symlink points. So after deploy:symlink:release it points to the current release.
Also there is a variable release_path that seems to point to the current release directory which is created by create_release task.
What
Setting selection color to non-transparent color (e.g. #0000ff) covers text in canvas but not when using webgl addon.
Details
- Browser and browser version: Chrome 80.0.3987.122
- OS version: Windows 10
- xterm.js version: 4.4.0
Steps to reproduce
- Go To https://cod
Update OneLogin
https://gravitational.com/teleport/docs/ssh_one_login/#enable-saml-authentication
OneLogin have updated their UI, we should re-run our docs and update images.
If somebody has some time for FUSE benchmarking:
diff --git a/src/borg/fuse.py b/src/borg/fuse.py
index 429790e4..27ab1c1a 100644
--- a/src/borg/fuse.py
+++ b/src/borg/fuse.py
@@ -644,12 +644,13 @@ def read(self, fh, offset, size):
data = self.data_cache[id]
if offset + n == len(data):
# evict fully read chunk from cache
-
I had tons of troubles trying to get public key authentication going, until I slapped on three -d for sshd that showed me that my authorized_keys was not even being used and that the real issue was with administrators_authorized_keys. Google does not show any results for
-
Updated
May 18, 2020
Better documentation
Documentation is awful.
For instance, sign says it returns a string, but if it fails, it clearly returns false. No where in the documentation that I can find does it tell me to check for false, and thus, I'm left wondering if that's the only thing that indicates failure especially when it returns calls to two different other functions.
Describe the bug
RSA keys seems to be supported and it is technically possible to login with RSA pub keys. But there is no documentation about how can you configure to allow login with any RSA key
To Reproduce
Steps to reproduce the behavior:
- ssh root@server -i mykey.rsa
- Access denied
2019-08-19T14:49:13.425705Z [cowrie.ssh.factory.CowrieSSHFactory] New connection: 10.0.
Hi !
#277 suggest that you can mange to connect to Active Directory and map profiles to groups using ldap-ol-with-roles. Could you provide additionnal information or update the documentation ?
Is it working at all ?
Thank you !
-
Updated
May 18, 2020 - Perl
What would you like to be added
I would love to have a MongoDB database connector.
Why this is needed
All our other services use MongoDB and I would love to keep everything unified in one database system.
Failing that, is it possible to provide a pluggable webhook that we can have and then enter into our own database?
Is it possible to add support for usernames already defined in the ssh config? It isn't technically "passing" it but ssh just uses it. This is how I believe Ansible works. This would be very helpful so (a) usernames aren't hardcoded and (b) a username configured already for the server in ssh so you don't duplicate the definition elsewhere.
An easy example is ec2-user for Amazon Linux instanc
Proxy port override
I have question/bug regarding the following use case when proxying to a server with a 'non-default' port:
hosta:
Port: 22
hostb:
defaults:
Port: 2222
This generates a ssh config with a ProxyCommand:
Host *
ProxyCommand /usr/bin/assh connect --port=%p %h
So when you try to run ssh hosta/hostb, ssh only applies the options for '*'. It then executes th
./sshtron
Listening on port :2022 for SSH and port :3043 for HTTP...
Player joined. Current stats: 0 users, 0 games <-- Should be 1 user, 0 games
Player joined. Current stats: 1 users, 1 games <-- Should be 2 users, 1 game
EOF
EOFDescribe the bug
The Wiki describes install instructions for VVV, but these are manual instructions that would need to be redone on every new VM, and don't use the official way to install things
Expected behavior
Instructions on how to add a utility to config/config.yml that installs wordmove
https://varyingvagrantvagrants.org/docs/en-US/utilities/
Literally just cre
Depending on shell (and sometimes OS distro) users need to declare exported variables in different files.
Currently we just briefly describe what to read, but don't give concrete examples.
We need to document common cases like Bash/Zsh.
Set proper exit code
The exit code should reflect if update was successful, not neccesary or if there was an error, similar to acme-client:
returns 0 if certificates were changed (revoked or updated), 1 on failure, or 2 if the certificates didn't change (up to date)
That would make using getssl in other scripts more convenient.
-
Updated
Nov 5, 2019 - Python
What would you like to be added
Allow more url variations in "step certificate inspect".
e.g.
// this works
step certificate inspect https://www.google.com
// these don't
step certificate inspect https://www.google.com/
step certificate inspect www.google.com:443
step certificate inspect www.google.com
Why this is needed
More convenience
Improve this page
Add a description, image, and links to the ssh topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssh topic, visit your repo's landing page and select "manage topics."
It would be a good idea to recommend the Wireguard MacOS app instead of the command line in the usage instructions.