hostname mypix
domain-name frank4dd.com
ca generate rsa key 2048
ca save all
ssh 192.168.1.0 255.255.255.0 inside
ssh timeout 30
enable password test
password test

Unless users have been set up explicitly, the username for remote connections is 'pix'. For example, with OpenSSH we can connect using 'ssh pix@192.168.1.103'.

Back to main article