Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > ssh configuration

Reply
Thread Tools

ssh configuration

 
 
tony
Guest
Posts: n/a
 
      09-17-2006
How do I configure ssh access on a cat 4506 switch? I want to completely
disable telnet and use ssh access instead


 
Reply With Quote
 
 
 
 
Brian V
Guest
Posts: n/a
 
      09-17-2006

"tony" <> wrote in message
news:eekirp$cil$...
> How do I configure ssh access on a cat 4506 switch? I want to completely
> disable telnet and use ssh access instead
>


Provided you have the apropriate image:

crypto key generate rsa

line vty 0 4
transport input ssh


 
Reply With Quote
 
 
 
 
Bod43@hotmail.co.uk
Guest
Posts: n/a
 
      09-18-2006

Brian V wrote:
> "tony" <> wrote in message
> news:eekirp$cil$...
> > How do I configure ssh access on a cat 4506 switch? I want to completely
> > disable telnet and use ssh access instead
> >

>
> Provided you have the apropriate image:
>
> crypto key generate rsa
>
> line vty 0 4
> transport input ssh


I think that you also need

username whatever-you-like password any-password
line vty 0 4
login local

If you don't have it already.

You may also need to fiddle with AAA but I don't understand that very
well.

I have:

no aaa new-model
username xxxxx privilege 15 password 7 xxxxxx
! priv 15 not needed.
line vty 0 4
login local
transport input telnet ssh
transport output telnet ssh

It is quite likely that your 4500 Image will not be a crypto one.

The cry key gen will tell you.

This is from a 4500.
R1#c?
calendar cd clear clock cns
configure connect copy

No crypto here.


/Remember/ If you change the host name or domain name
that you need to re-create the key otherwise you
/will not/ be able to connect with ssh. If you turn off all means of
access other than ssh then you will not be able to
connect remotely at all.

 
Reply With Quote
 
zillah zillah is offline
Member
Join Date: Mar 2006
Posts: 39
 
      11-06-2006
I have same issue
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
net/ssh in ruby. ssh.exec fails salamond Ruby 0 02-17-2011 03:16 AM
NET:SSH fails authentification with :keys - ssh works Tench Johnson Ruby 1 04-23-2010 12:11 AM
python ssh and Tetia SSH server loial Python 0 02-10-2009 01:06 PM
Python ssh with SSH Tectia server loial Python 0 02-03-2009 03:38 PM
SSH Module: Accessing CLI box using SSH and not getting the return output?? Deepika Perl Misc 2 11-14-2006 04:48 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57