ssh로 연결하는 중에 이상한 오류가 나옵니다.
ssh-keygen -P "" -t rsa -f ~/.ssh/my_id
chmod 700 ~/.ssh
chmod 655 ~/.ssh/my_id
ftp로 my_id.pub을 전송
authorized_keys2 에 병합.
ssh -i ~/.ssh/my_id my_id~192.168.0.10하면
"Warning: Identity file ~/.ssh/id_rsa not accessible: No such file or directory."
라는 오류가 나옵니다.