A
Ad Ad
Hi,
I have a remote server B which can only accessed via server A through a
public key.
Is there a way to do this in net/ssh ?
I have started an SSH session for A
Net::SSH.start("ServerA","username",assword=>"xyz") do |ssh|
#is there a way to now login into B?
#In putty I just do: ssh B and I am in
end
thanks.
I have a remote server B which can only accessed via server A through a
public key.
Is there a way to do this in net/ssh ?
I have started an SSH session for A
Net::SSH.start("ServerA","username",assword=>"xyz") do |ssh|
#is there a way to now login into B?
#In putty I just do: ssh B and I am in
end
thanks.