ssh-tunnels icon indicating copy to clipboard operation
ssh-tunnels copied to clipboard

Make ssh-tunnel a bit more generic

Open hexmode opened this issue 9 years ago • 0 comments

  • Use :name for host (instead of localhost) if :host isn't provided
  • Use user-login-name@host for login if it isn't provided
  • Derive the remote login from :name and user-login-name if no :login
  • Don't use "-S" since it can cause ssh-tunnel to fail.

hexmode avatar Jul 13 '15 17:07 hexmode