mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Back out previous patch, I got confused by an old sshd.conf file
This commit is contained in:
parent
8878e637bd
commit
d7a878f85c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6086
@ -20,5 +20,5 @@ man/man1/ssh.1.gz
|
||||
@unexec rm -f %B/slogin.1.gz
|
||||
man/man8/sshd.8.gz
|
||||
sbin/sshd
|
||||
@exec if [ ! -f /etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f /etc/ssh_host_key; fi
|
||||
@unexec rm -f /etc/ssh_host_key
|
||||
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
|
||||
@unexec rm -f %D/etc/ssh_host_key
|
||||
|
@ -20,5 +20,5 @@ man/man1/ssh.1.gz
|
||||
@unexec rm -f %B/slogin.1.gz
|
||||
man/man8/sshd.8.gz
|
||||
sbin/sshd
|
||||
@exec if [ ! -f /etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f /etc/ssh_host_key; fi
|
||||
@unexec rm -f /etc/ssh_host_key
|
||||
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
|
||||
@unexec rm -f %D/etc/ssh_host_key
|
||||
|
Loading…
Reference in New Issue
Block a user