> At the end of a successful login, tsh login command now sends the SSH certificate to an active SSH agent.<p>Will it ever be able to create, and use, a DIFFERENT agent?<p>I use <a href="https://github.com/ccontavalli/ssh-ident" rel="nofollow">https://github.com/ccontavalli/ssh-ident</a> in order to have a different agent per "kind" of hosts, so that if I mistakenly ssh to Mallory's ssh server with my default agent, they won't be able to, say, also pull all my private Github repos.<p>To use teleport as securely, I'd have to - again - concoct a script or something to "pass through ssh-ident". This is tiresome :|