|
7/9 |
2000/11/15 [Computer/SW/Security] UID:19783 Activity:high |
11/14 ssh question. I cant get a .shosts file to work, I think it has something to do with this error Remote: Your host key cannot be verified: unknown or invalid host key. Any idea what I need to fix? \_ You need to add the client's host key (/etc/ssh_host_key.pub) to the server's known hosts file (/etc/ssh_known_hosts). The filenames vary; try adding "/usr/local" at the beginning, and try replacing "etc" with "etc/ssh". |