Configuring SSH Access on a Cisco ASA 5510 Firewall

From NesevoWiki
Revision as of 14:59, 20 January 2012 by Philipp (talk | contribs) (Created page with "* Enter configuration mode fw> enable fw# config t * You need to have an enable password to use ssh fw(config)# enable password <your password> * User name and password to ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • Enter configuration mode
fw> enable
fw# config t
  • You need to have an enable password to use ssh
fw(config)# enable password <your password>
  • User name and password to connect via ssh
fw(config)# username test password <your password>
  • Configure Authentication Mode
fw(config)# aaa authentication ssh console LOCAL
  • Specify ssh protocol version
fw(config)# ssh version 2
  • Allow Access from a particular network over a particular interface ("inside" is the interface name)
fw(config)# ssh 192.168.x.x 255.255.255.o inside
  • Generate a key pair
fw(config)# domain-name <your domain>
fw(config)# crypto key generate rsa modulus 1024

That's it. You can now connect