R
Roger Pack
Anybody know how to pass a password to ssh?
with this:
require 'open3'
stdin, stdout, stderr, thread_on_doze = Open3.popen3 'ssh user@host'
ssh somehow appears to bypass and still require the password from the
terminal [?]
Thanks.
-rp
with this:
require 'open3'
stdin, stdout, stderr, thread_on_doze = Open3.popen3 'ssh user@host'
ssh somehow appears to bypass and still require the password from the
terminal [?]
Thanks.
-rp