Is there a way to automatize SSH connection (so the script could connect without prompting for password) if the server does not allow using keys?
|
feedback
|
|
if keys are not allowed on the server (which is .. strange) then you want the ssh-client to read the password from stdin .. which brings us to http://stackoverflow.com/questions/1340366/how-to-make-ssh-receive-the-password-from-stdin | |||
|
feedback
|
|
You can do this with putty: For unix, create a file, paste the below command in, chmod 755
for windows, you can use vbscript like so:
| |||
|
feedback
|