Hacker News new | ask | show | jobs
by DEinspanjer 5296 days ago
Normally, your SSH auth agent is responsible for letting you unlock your key once and use it with multiple sessions.

ControlMaster's biggest advantage is using a single encryption channel for multiple connections. Especially handy if you need to jumphost through a vpn machine.

1 comments

Doesn't ssh-agent do automatic pass-back, vpn or not?