Skip to content

Instantly share code, notes, and snippets.

@dochang
Created March 29, 2016 14:18
Show Gist options
  • Save dochang/5f5647476db24f0ce236 to your computer and use it in GitHub Desktop.
Save dochang/5f5647476db24f0ce236 to your computer and use it in GitHub Desktop.
#!/bin/sh
prefix="$(dirname $0)/.."
sharedir="$prefix/share/sshproxy"
key="$sharedir/sshproxy-key"
exec env AUTOSSH_GATETIME=0 autossh -D 9898 -N -i "$key" -l sshproxy "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment