←back to thread

532 points tempaccount420 | 1 comments | | HN request time: 0.203s | source
Show context
FergusArgyll ◴[] No.45403057[source]
This sounds cool, is there a way to do this with ssh?

  Similarly to your secret Google Drive documents, your SSH3 server can be 
  hidden behind a secret link and only answer to authentication attempts that
  made an HTTP request to this specific link, like the following:

  ssh3-server -bind 192.0.2.0:443 -url-path <my-long-secret>
replies(1): >>45403063 #
ema ◴[] No.45403063[source]
One thing you can do is listen on a non-standard port.
replies(1): >>45403077 #
FergusArgyll ◴[] No.45403077[source]
yeah, I'm not worried either way. Just wondering if anyone has a hack for that
replies(1): >>45403115 #
1. segfaultbuserr ◴[] No.45403115[source]
TCP port knocking.