##Configure SSH remote access to the ASA
CCNAS-ASA(config)# crypto key generate rsa modulus 1024 
CCNAS-ASA(config)# ssh 192.168.1.0 255.255.255.0 inside 
CCNAS-ASA(config)# ssh 172.16.3.3 255.255.255.255 outside 
CCNAS-ASA(config)# ssh timeout 10

##Configure ASDM access to the ASA
CCNAS-ASA(config)# http server enable 
CCNAS-ASA(config)# http 192.168.1.0 255.255.255.0 inside 
CCNAS-ASA(config)# route outside 0.0.0.0 0.0.0.0 209.165.200.225
CCNAS-ASA# show route