mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) OpenBSD CVS Sync (regress/)
- markus@cvs.openbsd.org 2003/06/21 09:14:05 [reconfigure.sh] missing $SUDO; from dtucker@zip.com.au - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
This commit is contained in:
parent
50cea67222
commit
e0194e52ca
|
@ -1,3 +1,10 @@
|
|||
20030622
|
||||
- (dtucker) OpenBSD CVS Sync (regress/)
|
||||
- markus@cvs.openbsd.org 2003/06/21 09:14:05
|
||||
[reconfigure.sh]
|
||||
missing $SUDO; from dtucker@zip.com.au
|
||||
- (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
|
||||
|
||||
20030618
|
||||
- (djm) OpenBSD CVS Sync
|
||||
- markus@cvs.openbsd.org 2003/06/12 07:57:38
|
||||
|
@ -560,4 +567,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.2816 2003/06/18 12:45:34 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.2817 2003/06/22 02:33:27 dtucker Exp $
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAt6ttBacbgvLPsF1VWWfT51t55/5Mj62Xp8EaoH5SNSaLiGIgrrja077lKEept75U4uKFUYU5JJX9GPE9A7Y43LXv+/A6Jm4rEj/U0s4H8tf0UmzVC3t6xh0sRK0hYVNILyoHnIAgdY8CmOiybw7p6DxJY8MRAehD3n9+kFcachU= root@xenon
|
||||
1024 35 132789427207755621599908461558918671787816692978751485815532032934821830960131244604702969298486352138126114080367609979552547448841583955126231410604842765726397407176910594168641969541792069550006878863592030567875913190224374005367884774859544943329148178663694126456638431428703289837638970464685771819219 root@xenon
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: reconfigure.sh,v 1.1 2003/06/12 15:43:32 markus Exp $
|
||||
# $OpenBSD: reconfigure.sh,v 1.2 2003/06/21 09:14:05 markus Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="simple connect after reconfigure"
|
||||
|
@ -8,7 +8,7 @@ SSHD=/usr/sbin/sshd
|
|||
|
||||
start_sshd
|
||||
|
||||
kill -HUP `cat $PIDFILE`
|
||||
$SUDO kill -HUP `cat $PIDFILE`
|
||||
sleep 1
|
||||
|
||||
trace "wait for sshd to restart"
|
||||
|
|
Loading…
Reference in New Issue