08-27-2008 01:44 AM - edited 03-11-2019 06:36 AM
Hi All,
Is that possible to telnet to ASA version 8.0.3, outside interface OR Management interface from OUTSIDE Network ?
I have configured the below
telnet x.x.x.x x.x.x.x management
!
interface managment 0/0
no management-only
!
But still unable to get access to the device.
Can anyone suggest me is this possible or not ??
regards
Rajesh P
08-27-2008 02:12 AM
Hi,
You cannot telnet into the ASA box from Outside, except if you are coming via a IPSEC tunnel.
You will have to use SSH.
08-27-2008 02:34 AM
For SSH Access , follow below commands
hostname(config)# crypto key generate rsa modulus modulus_size
hostname(config)# ssh source_IP_address mask source_interface
hostname(config)# ssh timeout minutes
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide