ssh
Here are 2,879 public repositories matching this topic...
-
Updated
May 9, 2020 - HTML
-
Updated
May 20, 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 24, 2020
When selecting the SQL Server Experimental Option via the Tools / Options the Sql script currently in the help file needs updating to include two fields; RedirectAudioCapture, InheritRedirectAudioCapture
If you already have the table created quick fix
alter table [mRemoteNG].[dbo].[tblCons] add [RedirectAudioCapture] [bit] NO
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.
Revamp of this issue: shazow/ssh-chat#139 as requested by @iamdavidcz who wants to work on this.
$ ssh-chat --bind 0.0.0.0:2022
Listening for connections on [::]:2022
It can be clearer that it's listening on both 0.0.0.0
and [::]
by default.
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.
Using GitHub identity to share a session does not work for me!
Version: Teleconsole 0.4.0
SSH key pair was created with following command (without passphrase) and public key was successfully added to GitHub account:
ssh-keygen -t rsa -b 2048 -f .ssh/$github_user_key
Session was created by running:
teleconsole -i $github_user
When I try to join a pr
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 !
More thorough docs
Due to the security repercussions, of deploying this incorrectly, Are they any docs that go into more detail on a proper installation?
-
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 there any chance this tool can support ZFS filesystem mount points?
The rtop output is:
Filesystems:
/: 18.02 GiB free of 18.56 GiB
/boot: 411.04 MiB free of 451.22 MiB
/tmp: 1.80 GiB free of 1.81 GiB
/usr: 2.42 GiB free of 9.22 GiB
/var: 4.23 GiB free of 5.48 GiB
A local file listing looks like this:
[root@xt ~]# ssh mdm
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
EOF
Describe 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
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.