Showing posts with label ssh. Show all posts
Showing posts with label ssh. Show all posts

Friday, April 27, 2012

Enable SSH access on IOS without AAA

# conf t
# hostname Router
# ip domain-name ciscotest.com
# crypto key generate rsa
# username cisco privilege 15 secret cisco
# ip ssh version 2
# ip ssh time-out 120
# ip ssh authetication-retries 3
# line vty 0 15
# login local
# transport input ssh

Enable SSH on Cisco ASA

# conf t
# domain-name cisco.com
# crypto key generate rsa
# ssh 0.0.0.0 0.0.0.0 inside
# username cisco password cisco
# enable password cisco
# aaa authentication ssh console LOCAL

Sunday, June 19, 2011

ssh and MyEnTunnel

I use putty for configure my routers and some time for ssh tunnels for access to home network.

However putty need reconnect every time. MyEnTunnel can reconnect automatically and make your life easy. You can setup a lot of ports. 

For example for 3 RD for home network:
3310:192.168.1.10:3389
3311:192.168.1.11:3389
3312:192.168.1.12:3389

MyEnTunnel is free and you can download it from http://nemesis2.qx.net/pages/MyEnTunnel