Comment on Mosh: the mobile shellparentComments−falcolas10yIn my opinion, it's much safer to do one of two things - use `-oProxyCommand=ssh <gateway> nc %h %p`, or set up different keys on the gateway host.You risk the security of your SSH key when you use -A.−Daviey10yYeah, that is what my response above points to.
Comments
In my opinion, it's much safer to do one of two things - use `-oProxyCommand=ssh <gateway> nc %h %p`, or set up different keys on the gateway host.
You risk the security of your SSH key when you use -A.
Yeah, that is what my response above points to.