Skip to content

Instantly share code, notes, and snippets.

View lorenzosaino's full-sized avatar

Lorenzo Saino lorenzosaino

View GitHub Profile

Keybase proof

I hereby claim:

  • I am lorenzosaino on github.
  • I am lorenzosaino (https://keybase.io/lorenzosaino) on keybase.
  • I have a public key ASBousRzT3M32j7nqE6G-eenJAGf_G_Eg2wqbyiVYpD5-go

To claim this, I am signing this object:

@lorenzosaino
lorenzosaino / ssh-proxy-no-netcat.sh
Last active June 22, 2018 20:14
SSH config to connect to an SSH server through an SSH proxy without netcat
# These are SSH configuration examples to connect to an SSH server via
# an SSH proxy. These solutions, differently from other solutions found
# on the Web, do not require netcat.
#
# CLIENT -------- PROXY_HOST ------- TARGET_HOST
#
# This config entry allows you to connect to a specific machine behind an
# SSH proxy
Host <TARGET_HOST>