SecureCRT 호스트키를 자동으로 수락할 수 있다. 중간자공격(MITM attack, Man-in-the-middle...)에 취약하므로, 추천하는 방법은 아니지만 귀찮을 경우 사용할 수 있다.
참조: https://forums.vandyke.com/showthread.php?t=12109
참조: https://forums.vandyke.com/showthread.php?t=12109
- 설정 파일 위치를 확인한다.
- SecureCRT > Global Options > General > Configuration Paths
- SecureCRT를 모두 종료한다.
- 1에서 알아낸 위치에 SSH2.ini 파일을 수정한다.
- 수정 전: D:"Automatically Accept Host Keys"=00000000
- 수정 후: D:"Automatically Accept Host Keys"=00000001
여담으로 openssh의 클라이언트도 비슷한 기능이 있다.
- ssh -oStrictHostKeyChecking=no myuser@myhost