|
Posted by Jason on November 15, 2007, 1:34 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> Jason wrote:
>> Hi,
>>
>> Can anyone tell me how to connect to my Catalyst 1900 switch using
>> SSH? I can connect without problem to the console using a rollover
>> cable in my PCs COM port but I'd also like to connect via the
>> switches IP address. I can't find any documentation on how to set a
>> password for an SSH (or Telnet) session in the switches configuration
>> & when I try to connect using puTTY I get the message "Network error:
>> Connection refused"? I'm starting to think that maybe the 1900 can't
>> accept SSH or Telnet connections but I doubt this very much.
>>
>> TIA, Jason.
>
>
> conf t
> line vty 0 4
> login
> password cisco
> wri mem
>
>
> That will get you telnet access, as far as SSH I beleive you have to
> have a certain IOS train to use SSH.
>
> You do have an IP address on the switch already, correct? Can you ping
> the address?
I have now successfuly connected via Telnet so thanks very much.
|