I normally connect to another server using the terminal using:
ssh username@xx.xx.xx.xx
However, I have been using emacs a lot now, and I am wondering if I can connect to a remote Red Hat server from within emacs?
Many thanks for any suggestions,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tramp mode is your friend. Install it, then use
and the file will open in your local session. Emacs and Tramp will sync all updates due to your local editing back to the server.