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.
How can I establish a secure connection using SSH between a server and a router Cisco?
June 25th, 2009 · 2 Comments
Tags: Cisco Router
2 responses so far ↓
1 secure // Jun 25, 2009 at 11:35 pm
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>
2 rodneycrater // Jun 25, 2009 at 11:35 pm
Here is an SSH FAQ from Cisco:
http://www.cisco.com/en/US/tech/tk583/tk617/technologies_q_and_a_item09186a0080267e0f.shtml
Leave a Comment