Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
openssh: service change
Browse files Browse the repository at this point in the history
  • Loading branch information
konimex committed Jul 4, 2019
1 parent 4d7cce5 commit 58b39a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extra/openssh/checksums
@@ -1,2 +1,2 @@
bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68 openssh-8.0p1.tar.gz
220dde8d4495bab6f08e063860c0ad54cc70ef8b7913a00e27126f1d5eb0af5f sshd.run
5d32a817344ac444424063d75e49afd95d7eb76d972ef5c5cfad355c8e8b1ff1 sshd.run
5 changes: 2 additions & 3 deletions extra/openssh/files/sshd.run
@@ -1,4 +1,3 @@
#!/bin/sh
ssh-keygen -A >/dev/null 2>&1 # Will generate host keys if they don't already exist
[ -r conf ] && . ./conf
exec /usr/bin/sshd -D $OPTS
ssh-keygen -A >/dev/null 2>&1 # Will generate host keys if they don't already exist.
exec /usr/bin/sshd -D
2 changes: 1 addition & 1 deletion extra/openssh/version
@@ -1 +1 @@
8.0p1 1
8.0p1 2

0 comments on commit 58b39a3

Please sign in to comment.