Hacker News new | ask | show | jobs
by dotancohen 1944 days ago
Or store your keys in a different user. I personally use have the users dotancohen and dotancohens (trailing s for Secure) on my laptop. I simply su into dotancohens and then from there SSH into various servers. The /home/dotancohens/ directory has 0700 permissions.
1 comments

How does this help you? If your dotancohen acct is compromised, I will just capture the password for dotancohens when you su to that account.
Hmmm...

Maybe I should calling the su binary directly from /usr/bin/. Any thoughts on that? Or should I open a new VT?