#ssh

Wiki 3

  • SSH agent forwarding risk Why ssh -A (and the ForwardAgent config keyword) hand the destination host the ability to authenticate as you anywhere your loaded keys reach
  • SSH port forwarding The four shapes of SSH tunneling โ€” local (-L), remote (-R), dynamic SOCKS (-D), and jumphost (-J) โ€” and which network shape each one solves
  • SSH Port Forwarding Cheatsheet (Graham Helton) Red-team-flavored walkthrough of SSH's -L/-R/-D/-J/-A/-g/-t flags, the ~? runtime console, and the config-file Match keyword

Toolbox 2

  • remux Native iOS tmux client built on Ghostty's terminal core, direct SSH with no relay or account
  • Scotty SSH task runner defining deploy steps as annotated bash functions, successor to Laravel Envoy