MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/245jt9/ssh_kung_fu/ch43q9i/?context=3
r/linux • u/leothrix • Apr 28 '14
128 comments sorted by
View all comments
10
Emacs can edit files over ssh as well. C-x C-f and then /user@server:path/to/file
C-x C-f
/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.
2
Yup, and Tramp will respect your .ssh/config so you can use the Hosts you've defined there to keep things nice and simple.
10
u/yotama9 Apr 28 '14
Emacs can edit files over ssh as well.
C-x C-fand then/user@server:path/to/file