에러, 문제, 이슈 해결 방법
Too many authentication failures for vcap 해결 방법
JAVA천재
2017. 8. 23. 09:46
Key Pair를 사용하여 VM(가상 머신) 접속 시 Too many authentication failures for vcap 에러 해결 방법
ssh -o IdentitiesOnly=yes -i ~/.ssh/private_key_or_pem_file_name server_user_name@ip_OR_hostname echo ok
를 활용 하면 성공적으로 들어 가진다...