728x90
출처: https://www.gnu.org/software/emacs/manual/html_node/efaq-w32/Tramp-ssh.html
How do I use Tramp to work in Emacs via SSH?
Tramp can use a number of protocols to connect to remote machines to read files and even run commands on those files remotely. A popular one is ssh. As well as Cygwin versions of openssh, you can use PuTTY’s command line plink program as the ssh client. The relevant methods to use in tramp-default-method or tramp-default-method-alist for these options are:
- openssh
- scp Uses scp for copying, ssh for shell operations.
- ssh Uses ssh with encoding on stdin/stdout for file transfer.
- PuTTY
- pscp Uses pscp for copying, plink for shell operations.
- plink Uses plink with encoding on stdin/stdout for file transfer
728x90
반응형
'프로그램 개발(분석, 설계, 코딩, 배포) > 100. 기타' 카테고리의 다른 글
iPad 앱스토어 등록 전 작업 (0) | 2024.02.21 |
---|---|
Emacs 사용 (1) | 2023.12.06 |
Mercury를 이용한 POP3/SMTP 서버 만들기 (1) | 2023.12.03 |
[수정중] virtualbox 네트워크 설정 network (1) | 2023.11.30 |
[TOAD] 테이블 EXPORT / IMPORT (0) | 2023.11.27 |