Skip to content

Instantly share code, notes, and snippets.

@pschmitt
Created May 4, 2014 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pschmitt/df19147f0ad76c85b725 to your computer and use it in GitHub Desktop.
Save pschmitt/df19147f0ad76c85b725 to your computer and use it in GitHub Desktop.
PageKite SSH
isfrontend
ports=12345
rawports=2222
protos=http,https,raw,ssh
domain=*:*.MYDOMAIN:MYKEY
#################################[ This file is placed in the Public Domain. ]#
# Expose the local SSH daemon
service_on = raw-2222:@kitename : localhost:22 : @kitesecret
ssh -p 2222 MYDOMAIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment