Posted onWord count in article: 575Reading time ≈1 mins.
使用 SSH 连接到 Azure 的虚拟机时遇到错误:
1 2 3 4 5 6 7 8 9
➜ ~ ssh -i /path/to/some.pem xxx@x.x.x.x @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for '/path/to/some.pem' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "/path/to/some.pem": bad permissions xxx@x.x.x.x: Permission denied (publickey).