We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793a7d5 commit e7ce44aCopy full SHA for e7ce44a
dpdispatcher/ssh_context.py
@@ -155,7 +155,8 @@ def sftp(self):
155
def arginfo():
156
doc_hostname = 'hostname or ip of ssh connection.'
157
doc_username = 'username of target linux system'
158
- doc_password = 'password of linux system'
+ doc_password = ('(deprecated) password of linux system. Please use '
159
+ '`SSH keys <https://www.ssh.com/academy/ssh/key>`_ instead to improve security.')
160
doc_port = 'ssh connection port.'
161
doc_key_filename = 'key filename used by ssh connection. If left None, find key in ~/.ssh or ' \
162
'use password for login'
0 commit comments