SSH via URI
Finally started OverTheWire, after procrastinating forever.
Just started Bandit and 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: