T
Terevos Gmail
Hi All,
I'm new here, so excuse me if I am breaking one of the rules of
etiquette. Direct me to the right place, if so.
I'm using Rye::Box for my QA automation and I've run into an issue when
attempting to add private ssh keys. It will not accept the
Net::SSH.start assphrase argument in order to add the key to my agent.
Anyone know how to use a private ssh key with a passphrase in Rye? I
need to load the ssh key programmatically because the key itself is
create during the execution of the automation.
oR = Rye::Box.new(sHost, :user=>sUser, :keys=>sKeyfile,
assphrase=>sPassPhrase)
puts oR.ls
I get prompted for the passphrase instead of it looking to the
assphrase argument.
I'm new here, so excuse me if I am breaking one of the rules of
etiquette. Direct me to the right place, if so.
I'm using Rye::Box for my QA automation and I've run into an issue when
attempting to add private ssh keys. It will not accept the
Net::SSH.start assphrase argument in order to add the key to my agent.
Anyone know how to use a private ssh key with a passphrase in Rye? I
need to load the ssh key programmatically because the key itself is
create during the execution of the automation.
oR = Rye::Box.new(sHost, :user=>sUser, :keys=>sKeyfile,
assphrase=>sPassPhrase)
puts oR.ls
I get prompted for the passphrase instead of it looking to the
assphrase argument.