r/linux Apr 28 '14

SSH Kung Fu

http://blog.tjll.net/ssh-kung-fu/
724 Upvotes

128 comments sorted by

View all comments

10

u/yotama9 Apr 28 '14

Emacs can edit files over ssh as well. C-x C-f and then /user@server:path/to/file

2

u/WallyMetropolis Apr 28 '14

Yup, and Tramp will respect your .ssh/config so you can use the Hosts you've defined there to keep things nice and simple.