d2coding web font
카테고리 없음2020. 5. 24. 13:19
댓글()
yum install sshfs
마운트할 디렉토리 생성
mkdir -p /backup
sudo sshfs -o allow_other user@x.x.x.x:/backups/server1 /backup
centos 6 - yum update 오류 발생시 해결방법 (0) | 2020.12.24 |
---|---|
SSH 접속시 - permissions 0xxx for are too open 오류 발생시 (0) | 2020.04.17 |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for './***.pem' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: ./***.pem
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
아래 명령어로 해결하면 된다.
chmod 600 ~/.ssh/***.pem
centos 6 - yum update 오류 발생시 해결방법 (0) | 2020.12.24 |
---|---|
centos - sshfs 로 원격 디스크 마운트하기 (0) | 2020.04.17 |