How can I establish a secure connection using SSH between a server and a router Cisco?
I'll have an application running in Linux Server, and I'll have to establish a secure connection between both for to encrypt the information trough the tunnel.
I'll have an application running in Linux Server, and I'll have to establish a secure connection between both for to encrypt the information trough the tunnel.
Depends on IOS version of your cisco router. Make sure your IOS supports ssh and then you have to generate rsa keys, give hostname, domain name to router and under line vty yuo have to put login ssh. This makes you ready for ssh from server.
To start a ssh session to server from router type
ssh -l <username> -c <des or 3des> <server IP>
Here is an SSH FAQ from Cisco:
http://www.cisco.com/en/US/tech/tk583/tk617/technologies_q_and_a_item09186a0080267e0f.shtml