ubuntu apt-get upgrade - 如何在shell中单击“确定”?

M. *_*cas 1 linux ubuntu ssh

我正在升级apt-get upgrade我的 Ubuntu 7.04 服务器上使用的 openssh-server 包,以修复 debian PRNG 安全错误。我是通过 SSH 连接(Windows 上的腻子)这样做的,我认为没问题,但是......

升级似乎挂在以下位置,就像它希望我在“窗口”中单击“确定”但我当然不能,因为我只是在一个外壳中。

设置 openssh-server (4.3p2-8ubuntu1.5) ... 包配置

âââââââââââââââââââââââ⤠Configuring openssh-server âââââââââââââââââââââââââ
â                                                                           â
â Vulnerable host keys will be regenerated                                  â
â                                                                           â®
â Some of the OpenSSH server host keys on this system were generated with   â
â a version of OpenSSL that had a broken random number generator. As a      â
â result, these host keys are from a well-known set, are subject to         â
â brute-force attacks, and must be regenerated.                             â
â                                                                           â
â Users of this system should be informed of this change, as they will be   â
â prompted about the host key change the next time they log in. Use         â
â 'ssh-keygen -l -f HOST_KEY_FILE' after the upgrade has changed to print   â
â the fingerprints of the new host keys.                                    â
â                                                                           â
â The affected host keys are:                                               â
â                                                                           â
â
â                                  <Ok>
â                                                                           â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
Run Code Online (Sandbox Code Playgroud)

我注意到我无法再将任何新的 ssh 会话连接到服务器,但我打开的现有会话仍然有效。

我有什么想法可以继续吗?

kto*_*wer 8

确保 Putty 窗口具有焦点,然后尝试按“Enter”。如果这不起作用,请按“Tab”直到突出显示“< Ok >”,然后再次尝试“Enter”。