Live data from Hacker News

Untitled topic

news.ycombinator.com

21–30 of 43 posts

Re: undefined

#25
post #6

ssh and scp just never fails to impress -J for jumping -L for port forwarding -X for pulling remote applications to view on my laptop (waypipe for Wayland) Adding all those, and ips and whatnot to .ssh/config so I just type: ssh foo

setup LocalCommand, in ~/.ssh/config, so your config files get copied to every server you connect to, so you have all your aliases and scripts.

I’m not saying yours does, but be careful with LocalCommand, it will often break rsync and other tools that use ssh behind the scenes.
Post reply on HN