Zsh가 ssh User@ip1을 User@ip2로 수정하는 이유와 이를 중지하는 방법은 무엇입니까?

Zsh가 ssh User@ip1을 User@ip2로 수정하는 이유와 이를 중지하는 방법은 무엇입니까?

맥 OS zsh의 경우ssh [email protected]ssh [email protected] [nyae]

SSH 명령에서 zsh 수정을 완전히 비활성화하고 싶지 않습니다.

zsh가 이 문제를 수정하고 발생을 방지하려는 이유를 어떻게 알 수 있습니까?

반품:

  • ssh [email protected]zsh도 다음과 같이 수정되었습니다.[email protected]
  • ssh 192.168.13.2zsh가 올바르게 캡처되지 않았습니다.ssh 192.168.12.2
  • ssh [email protected]zsh가 잘못되었습니다[email protected]
  • 2013년 파일이 있고 .zsh_historyzsh는 최대 2000개의 명령 기록으로 구성되어 있습니다.
  • .zsh_history에서 모든 항목을 제거해도 개선되지 않았습니다.ssh [email protected]
  • 탭이 완료되면 192.168.13.2 및 192.168.12.2가 모두 호스트로 나열됩니다.
$ cat .zshrc
setopt correctall

관련 정보