Bug 14909 - Service sshd не стартует при первом запуске дистрибутива
Summary: Service sshd не стартует при первом запуске дистрибутива
Status: CLOSED DUPLICATE of bug 14908
Alias: None
Product: ALT Linux Desktop
Classification: Distributions
Component: bugs (show other bugs)
Version: 4.0.3
Hardware: all Linux
: P3 normal
Assignee: Anton V. Boyarshinov
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 15:59 MSK by bobby
Modified: 2008-03-14 17:13 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bobby 2008-03-14 15:59:28 MSK
при первом запуске дистрибутива не сгенерировались ключи ssh. В результате
сервис sshd не стартовал.

[root@test209 ~]# service sshd status
sshd is stopped
[root@test209 ~]# service sshd restart
Checking sshd configuration: sshd: Could not load host key:
/etc/openssh/ssh_host_rsa_key
sshd: Could not load host key: /etc/openssh/ssh_host_dsa_key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
                                                                               
                                 [FAILED]
[root@test209 ~]# /etc/init.d/sshd restart
Checking sshd configuration: sshd: Could not load host key:
/etc/openssh/ssh_host_rsa_key
sshd: Could not load host key: /etc/openssh/ssh_host_dsa_key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
                                                                               
                                 [FAILED]

[root@test209 ~]# /etc/init.d/sshd start
Generating SSH2 RSA host key:                                                  
                                 [ DONE ]
Generating SSH2 DSA host key:                                                  
                                 [ DONE ]
Generating SSH1 RSA host key:                                                  
                                 [ DONE ]
Starting sshd service:                                                         
                                 [ DONE ]
[root@test209 ~]# service sshd status
sshd is running
Comment 1 Mikhail Gusarov 2008-03-14 17:13:03 MSK

*** This bug has been marked as a duplicate of 14908 ***