Y
Hacker News
new
|
ask
|
show
|
jobs
by
locke3891
168 days ago
For those that care about privacy, couldn't you just use an alias? alias ssh='ssh -o IdentityAgent=/dev/null -o IdentityFile=/dev/null -v' then you can do ssh funky.nondeterministic.computer and get the same functionality.
1 comments
rurban
164 days ago
Just add it to your .ssh/config file
link