←back to thread

700 points yen223 | 4 comments | | HN request time: 0.64s | source
1. lagrange77 ◴[] No.42059072[source]
Not a command, but a little known feature of the Terminal app:

(shift+command+K) or Menu 'Shell' -> 'New Remote Connection...'

opens a SSH, S(FTP), TELNET connection manager window!

replies(3): >>42063364 #>>42064386 #>>42071801 #
2. e40 ◴[] No.42063364[source]
Sort of like command+k in the Finder, connects to a server. You can type in vnc://host or vnc://localhost:port... the latter is for VNC to hosts via an SSH tunnel.

It's quite a good VNC client, too.

3. FabHK ◴[] No.42064386[source]
And sometimes handy: shift+cmd+. to toggle showing hidden (dot) files in Finder.
4. msanlop ◴[] No.42071801[source]
It's too bad this doesn't use .ssh/config