我試圖用ssh -i 命令遠程登錄阿里雲時,遇到如下錯誤:
Permissions for 'private-key.ppk' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored.
ssh版本:
windows版本:
在這個鏈接里找到了解決方案:
:: Set Variable :: set key="C:\Code\DKOM\ProlikeService\sapdis.pem" :: Remove Inheritance :: cmd /c icacls %key% /c /t /inheritance:d
:: Set Ownership to Owner :: cmd /c icacls %key% /c /t /grant %username%:F
:: Remove All Users, except for Owner :: cmd /c icacls %key% /c /t /remove Administrator "Authenticated Users" BUILTIN\Administrators BUILTIN Everyone System Users
:: Verify :: cmd /c icacls %key%
之后使用腳本ssh -i sapdis.pem root@39.XX.XXX.142
登錄成功:
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":