[Bug 319909] Re: Encrypted home prevents ssh access with keys

2012-05-16 Thread Adam Porter
H2G, that's a different bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/319909 Title: Encrypted home prevents ssh access with keys To manage notifications about this bug go to: https://bugs.laun

[Bug 319909] Re: Encrypted home prevents ssh access with keys

2012-05-16 Thread H2G
I'm having this problem on Ubuntu 12.04. The command "restart sshd" results in restart: Unknown job: sshd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/319909 Title: Encrypted home prevents ssh acc

[Bug 319909] Re: Encrypted home prevents ssh access with keys

2012-05-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: encfs (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/319909 Title: Encry

[Bug 319909] Re: Encrypted home prevents ssh access with keys

2010-08-26 Thread Alroger Filho
Just figured it out for me. Only authorized_keys must be outside the encrypted directory, for sshd will use it before any user log. Your actual keys and known_hosts can be inside the encrypted dir, only with symbolic links to a .ssh directory that is not encrypted. -- Encrypted home prevents ss

[Bug 319909] Re: Encrypted home prevents ssh access with keys

2010-08-26 Thread Alroger Filho
That doesn't really help. I do want to keep all my keys encrypted. I have access to several client's servers and don't want those keys to be avail to anyone who steels my PC or notebook. Why doesn't SSH work with it's .ssh dir encrypted? I also tried encrypting only a directory with encfs, and m

[Bug 319909] Re: Encrypted home prevents ssh access with keys

2009-01-21 Thread bodhi.zazen
OK, so an easy fix, well work around store the keys outside of $HOME and re-configure /etc/ssh/sshd_config Add say : AuthorizedKeysFile /etc/authorized_keys restart sshd now you can ssh with keys, but when you do $HOME is STILL encrypted. from there su and it decrypts Long work around