06-16-2006 06:23 PM - edited 02-21-2020 12:58 AM
Dear all,
I have a 6500 switch with IOS mode "encryption feature set". I would like to ssh from the switch to the pix firewall.
What command and the option I can use on the switch?
Thanks.
C.K.
06-17-2006 11:56 PM
mmm .. have you configured the PIX for ssh yet ..?
I suggest you do that and test it first.
ca generate rsa key 1024
save all
ssh
Then once you have tested that ssh access to the PIX is OK, then make sure you allowed ssh from the switch IP address and from the switch you could try using a extention on telnet on port 22 (ssh) depending on the version of IOS running on your switch you could use telnet
I hope it helps .. please rate if it it does !!!
06-18-2006 01:42 PM
sw6500#ssh ?
-c Select encryption algorithm
-l Log in using this user name
-m Select HMAC algorithm
-o Specify options
-p Connect to this port
-v Specify SSH Protocol Version
WORD IP address or hostname of a remote system
sw6500#ssh -o ?
numberofpasswordprompts Specify number of password prompts
sw6500#ssh -c ?
3des triple des
SSHv2 only cipher list:
aes128-cbc AES 128 bits
aes192-cbc AES 192 bits
aes256-cbc AES 256 bits
sw6500#ssh -m ?
SSHv2 Hmac list:
hmac-md5-128 hmac-md5 MD5 based HMAC(128 bits)
hmac-md5-96 MD5 based HMAC(96 bits)
hmac-sha1-160 hmac-sha1 SHA1 based HMAC(160 bits)
hmac-sha1-96 SHA1 based HMAC(96 bits)
sw6500#ssh -v ?
1 Protocol Version 1
2 Protocol Version 2
HTH,
please rate this post if it does.
Vlad
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