> So, the obvious test - can you set up an SSH Key and try again? As > Gustin alluded to, I suspect that will fail. This is partly why my > server is not encrypted, and that I'm using full disk encryption on the > workstation.
If you have control over the machine, it is possible to alter the location that the sshd looks for the keys. Normally "AuthorizedKeysFile %h/.ssh/authorized_keys". You could place the keys somewhere else and either alter ssh config (or use hard/soft links to redirect) to the new location, say: /home/.ssh_keys/user/.ssh/authorized_keys Simon _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

