answersLogoWhite

0

Usually it'll be kept in ~/.ssh/known_hosts. When you change operating systems or reinstall SSH daemons on machines you have access to, it is often a good idea to delete this file or your client may refuse to connect because it thinks something fishy is going on.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you install an SSH server in Linux?

Most Linux distributions will come with SSH preinstalled. If it's not, install the package "ssh".


What is the file and path name where an OpenSSH client stores its list of servers to which it has connected?

~/.ssh/known_hosts


Where does the SSH client store keys from known servers?

/home/user/.ssh/known_hosts


What is a web based SSH client?

SSH stands for Secure Shell servers. A web based SSH site make access possible to these servers through standard web browsers from behind a firewall or proxy.


Ssh client stores keys from know servers in which file?

usually it in : /home/user_name/.ssh/known_hosts


Which directory holds encryption keys for users connection to ssh servers?

Typically it would be a hidden folder called ".ssh".


How do you install Linux terminal on windows?

I am assuming you mean either a POSIX shell or a way to SSH into a Linux box. A POSIX shell is as simple as installing MinGW, which will usually also provide BASH, usually for scripts. For SSH you can just use PuTTY and connect to your Linux box (Assuming it has an SSH server running.) that way.


What does the who command for Linux report?

It reports the list of users that are logged in with a regular interactive session (e.g. a console login or ssh). It does not report non-interactive sessions.


Is putty install in Linux?

You do not need to install PuTTY in Linux as there are built-in utilities that can do PuTTY's job (ssh, telnet)


Name two servers that allow you to share directories between systems?

SAMBA and NFS. -A practical Guide to Fedora and Red Hat Enterprise Linux (fifth edition) pg 606


Is there any unix server to which you can connect through putty?

Most Unix/Linux servers allow SSH (via putty). There is no general one that anyone can use, however. You need to talk to your provider to see what is available to you.


How can I securely connect to multiple servers in a sequence using an SSH chain?

To securely connect to multiple servers in a sequence using an SSH chain, you can use the SSH feature called "ProxyJump" or "JumpHost." This allows you to connect to a series of servers by specifying a jump host that acts as an intermediary. This method helps maintain security by encrypting the connection between each server in the chain.