Mutt는 이 저주에 의존합니다.여기, Michael과의 토론:
@hhh:ssh[이메일 보호됨]mutt <--- 여기서 무슨 문제가 있는 걸까요? 거기에서 mutt를 실행해 보세요...
@MichaelMrozek: mutt는 많은 터미널 작업에 의존하는 저주를 사용합니다. 제 생각에는 ssh에서 그런 식으로 실행하는 것을 좋아하지 않는 것 같습니다.
설명서에는 다음 항목이 있습니다.
ssh [user@]hostname --
[command]
직접 실행 mutt
하지 않고 서버 외부에서 로컬로 어떻게 실행할 수 있습니까 ?ssh
mutt
답변1
~에서man 1 ssh
-t Force pseudo-tty allocation. This can be used to execute arbitrary
screen-based programs on a remote machine, which can be very useful,
e.g. when implementing menu services. Multiple -t options force tty
allocation, even if ssh has no local tty.
이제 mutt
메뉴를 표시하는 tty가 있습니다. (예를 들어 -tt
스크립트를 통해 원격으로 연결하는 경우 사용할 수 있습니다.)mutt
cron
ssh -t [email protected] mutt