Hacker News new | ask | show | jobs
by jasonjayr 702 days ago
As a gentle reminder, if you are forwarding your ssh-agent by default, you should connect with:

    ssh -o 'ForwardAgent no' $host
So your secure identities are not exposed to a random ssh server ...
1 comments

Forwarding your agent by default (to all hosts!) sounds like a terrible idea.