카테고리 없음
ssh StrictHostKeyChecking=no
냐옴
2022. 1. 26. 10:09
ssh -o StrictHostKeyChecking=no {IP}
https://tecadmin.net/disable-strict-host-key-checking-in-ssh/
How to Disable Strict Host Key Checking in SSH
The SSH server has default enabled the strict host key checking. When the key checking is enabled, the SSH client connects only those hosts, that valid host keys are stored in the known host’s file. You can find the fine at ~/.ssh/known_hosts. Once you a
tecadmin.net