Save SSH passwords with connections
This commit is contained in:
+3
-2
@@ -67,8 +67,9 @@ You can also provide credentials with environment variables:
|
||||
WEBSSH_AUTH_USERNAME=admin WEBSSH_AUTH_PASSWORD='strong-password' wssh
|
||||
|
||||
Saved connections are stored under the data directory too. WebSSH saves
|
||||
hostname, port, username and terminal type for quick reconnects. It does
|
||||
not persist ssh passwords, private keys, key passphrases or TOTP codes.
|
||||
hostname, port, username, ssh password and terminal type for quick
|
||||
reconnects. It does not persist private keys, key passphrases or TOTP
|
||||
codes.
|
||||
|
||||
Use ``--auth=false`` only for a trusted private deployment where another
|
||||
layer already protects access to WebSSH.
|
||||
|
||||
Reference in New Issue
Block a user