R
Rick Thiessen
I am attempting to modify a control program to use ssl communicatoins.
It is to a cisco switch and requires a login to a secondary admin
level. This
area is accessed through a password.
I have been accessing this system but using a port 23 connection
socket and need to secure the port 23.
I have tried using the Net::SSH:
erl module to push the commands
through and it works fine to the first layer of commands but is infact
connecting with every request and will not respond if there is no
newline from the remote on a password prompt.
How do I maintain a connection using ssh and how to I automate
the password check and response.
Is there a way of opening a socket connection to simulate
an interactive session with the remote ssh connection.
Rick
It is to a cisco switch and requires a login to a secondary admin
level. This
area is accessed through a password.
I have been accessing this system but using a port 23 connection
socket and need to secure the port 23.
I have tried using the Net::SSH:
through and it works fine to the first layer of commands but is infact
connecting with every request and will not respond if there is no
newline from the remote on a password prompt.
How do I maintain a connection using ssh and how to I automate
the password check and response.
Is there a way of opening a socket connection to simulate
an interactive session with the remote ssh connection.
Rick