Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
fcadfe2d9e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      package/base/openssh/sshd.init

+ 3
- 3
package/base/openssh/sshd.init

@ -29,9 +29,9 @@
main_begin main_begin
block_begin(start, `Starting sshd.') block_begin(start, `Starting sshd.')
if ! test -e D_sysconfdir/ssh/ssh_host_key -o \
-e D_sysconfdir/ssh/ssh_host_dsa_key -o \
-e D_sysconfdir/ssh/ssh_host_rsa_key
if ! test -e D_sysconfdir/ssh_host_key -o \
-e D_sysconfdir/ssh_host_dsa_key -o \
-e D_sysconfdir/ssh_host_rsa_key
then then
echo "Can't start sshd: No ssh host keys found !!"\ echo "Can't start sshd: No ssh host keys found !!"\
"Please create the keys using either ssh-keygen or stone." "Please create the keys using either ssh-keygen or stone."

Loading…
Cancel
Save