hey,
ik probeer een ssh server aan de praat te krijgen, ik heb de packages gedownload en geinstalld, wanneer ik echter ssh wil starten krijg ik het volgende:
hoe kan ik een ssh server installen+configgen? is daar misschien een goede howto voor?
ik probeer een ssh server aan de praat te krijgen, ik heb de packages gedownload en geinstalld, wanneer ik echter ssh wil starten krijg ik het volgende:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| [root@Thijs ssh-1.2.33]# /etc/rc.d/init.d/sshd start
Starting sshd:@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Bad ownership or mode(0664) for '/etc/ssh/ssh_host_key'.
It is recommended that your private key files are NOT accessible by others.
Could not load host key: /etc/ssh/ssh_host_key: Success
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Bad ownership or mode(0664) for '/etc/ssh/ssh_host_rsa_key'.
It is recommended that your private key files are NOT accessible by others.
Could not load host key: /etc/ssh/ssh_host_rsa_key: Success
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Bad ownership or mode(0664) for '/etc/ssh/ssh_host_dsa_key'.
It is recommended that your private key files are NOT accessible by others.
Could not load host key: /etc/ssh/ssh_host_dsa_key: Success
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
[FAILED] |
hoe kan ik een ssh server installen+configgen? is daar misschien een goede howto voor?