cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
975
Views
0
Helpful
1
Replies

SSH on Line VTY 0 4, but different authentication methods

mdcarey15
Level 1
Level 1

I want to enable SSH on my Cisco 6509 on VTY 0 4. However, on VTY 0 3, I want to use RSA authentication, and on VTY 4, I want to use local authentication. (A script logs in with a static local username and password, and a script cannot utilize the ever changing RSA method).

Is there a command I can type to SSH to a specific port? I tried to use rotary groups, but it looks like this is only for reserve telnet?

1 Reply 1

sbilgi
Level 5
Level 5

Port (line) Configuration Mappings

line 1

no exec

login authentication default

rotary 1

transport input ssh

line 2

no exec

login authentication default

rotary 2

transport input ssh

line 3

no exec

login authentication default

rotary 3

transport input ssh

ip ssh port 2001 rotary 1 3