Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

558

August 9th, 2009 04:00

SSH

I was changing the configuration of a switch001 using putty. After finishing the changes I have to move to swithch002, instead of using another puttty session I had done an ssh to the other switch.

But I got a warning "permanently added (ip) to the know host" After seeing this message I terminated the session on the putty.

Is this an major warning? or will this effect our switch to discover other switches in the fabric.? Since the ip belongs to a switch not a host.

Can I remove the IP from the switch db/memory?

2 Intern

 • 

20.4K Posts

August 9th, 2009 05:00

this is just a warning from ssh client that it's adding DSA key for switch002 to local ssh known hosts file on switch001. You can safely ignore it, it simply means the next time you ssh from switch001 to switch002 you will only be promoted to provide password, you will no longer be required to accept ssh key.

217 Posts

August 10th, 2009 06:00

okay.... thanks
No Events found!

Top