Displaying 1 result from an estimated 1 matches for "dmypassword".
Did you mean:
mypassword
2004 Mar 14
2
Feature request
Hi,
I have a small problem, I want to specify the SSH password via the command
line:
root at bla:~# ssh -dmypassword user at host
I know this is insecure and normally it is better to use key based
authentication to log into the remote system without specifying a password,
but in my case, this is not a possibility.
So would you accept a patch to add a new command line option (suggestion: -d)
to specify a passwor...