Skip to content

Ssh via uri

Made this as vague as possible as to not upset the server gods.

SSH via URI

Finally started a certain popular wargame.

TIL how to use SSH to access a server via URI. Only ever used IP, so that was fun. Had also assumed the method for specifying the port was the same as telnet, which is incorrect.

How to use SSH in URI form with ssh://user@host.com:<port>.

So it would be:

ssh  ssh://user@domain.com:PORT