cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
0
Helpful
2
Replies

access to pix with ssh

douglashui
Level 1
Level 1

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.

2 Replies 2

Fernando_Meza
Level 7
Level 7

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 255.255.255.0

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 22

I hope it helps .. please rate if it it does !!!

vladrac-ccna
Level 5
Level 5

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

Review Cisco Networking for a $25 gift card