047 Agentist
🡸solved the tmux
/ssh
automation problem.
the solution was a bit less obvious than generating/using a new key.
if you specify PKCS11Provider
globally
in ~/.ssh/config
, it tries to use
it for every connection.
this happens even if you specify a different
key/IdentityFile
.
i would like to try using the bouncer to work with multiple servers.
the bouncer (pounce
) only works with
one server per instance.
multiple instances would require multiple tunnels.
i’m trying to figure out if it’s possible to somehow multiplex(?) different connections over a single tunnel…