目前我有两台我要连接的远程机器。对于一个我使用带密码的私钥,另一个我使用 root 密码。
现在,当我想使用 root 密码身份验证连接到机器时,首先 ssh 会询问我的计算机密码短语,其中私钥在我的 ~/.ssh 目录中,然后当我输入正确的密码短语时,让我输入我的计算机的密码使用 root 密码连接。
有没有办法保存会话和连接选项,例如在 Putty 中?
在我输入我的外壳后:
sudo apt-get --purge remove openssl
Run Code Online (Sandbox Code Playgroud)
我不仅仅是删除了 openssl 包,为什么?
以下是部分输出:
(Reading database ... 400426 files and directories currently installed.)
Removing nautilus-share (0.7.3-1ubuntu5) ...
Removing apturl (0.5.2ubuntu4) ...
Removing bluez-cups (4.101-0ubuntu13.1) ...
Removing google-chrome-stable (43.0.2357.124-1) ...
Run Code Online (Sandbox Code Playgroud)