Ben Barrett wrote: > I just switched (had a problem with and old sshd in the path's forefront > after compiling and installing the latest OpenSSH!), but now my password > is no longer accepted. I presume that I have some other problem (have had > weird and improper behaviour of shadow file!!!), and I wish linux would > work for me right now. I can still telnet and my password works fine... > Anyone??? If you disabled ssh version 1, you should note that it's no longer using your ~/.ssh/identity file on the client side; instead, it's using id_dsa or id_rsa in the same directory. Similarly, on the server side, it's using .ssh/known_hosts2 and .ssh/authorized_keys2. So you may need to run ssh-keygen... -- Bob Miller K<bob> kbobsoft software consulting http://kbobsoft.com [EMAIL PROTECTED]
