有人可以确认在将连接到远程服务器(公钥所在的计算机)的计算机上向.pem
添加私钥(~/.ssh/authorized_keys
)是否安全。我打算使用cat private-key.pem >> ~/.ssh/authorized_keys
添加它。我已经使用chmod 600 ~/.ssh/authorized_keys
我一直在寻找最后一小时,我所能看到的只是对远程服务器上公钥的引用。苦苦于寻找关于上述是否安全的相关信息。
我想要执行上述操作,以便将IdentityFile ~/.ssh/authorized_keys
添加到~/.ssh/config
以便我快速连接。
很抱歉,如果这是显而易见的,但是因为我使用过SSH已经有一段时间了。谢谢你看
答案 0 :(得分:3)
没有。它不是。对于授权密钥,您应该放置公钥!
您可以使用Sub test()
Dim d As Integer
d = Range("A:A").End(xlDown).row
Dim c As Range
For i = d To 1 Step -1
If Cells(i, 1).Value Like "1" Then
Rows(Cells(i, 1).Column).Insert shift:=xlShiftRight
End If
Next
End Sub
:
ssh-keygen