diff options
author | 2015-09-04 04:23:10 +0000 | |
---|---|---|
committer | 2015-09-04 04:23:10 +0000 | |
commit | 015066f6deeb2a791c4088c77a5d9ba82b9c0f4a (patch) | |
tree | 7f356a94c944fde6d9969c23563b8bcc9ae6781a | |
parent | remove extra newline in nethack-mode hostkey; (diff) | |
download | wireguard-openbsd-015066f6deeb2a791c4088c77a5d9ba82b9c0f4a.tar.xz wireguard-openbsd-015066f6deeb2a791c4088c77a5d9ba82b9c0f4a.zip |
trim junk from end of file; bz#2455 from Jakub Jelen
-rw-r--r-- | regress/usr.bin/ssh/hostkey-rotate.sh | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/regress/usr.bin/ssh/hostkey-rotate.sh b/regress/usr.bin/ssh/hostkey-rotate.sh index 3aa8c40c0ad..d69de32557a 100644 --- a/regress/usr.bin/ssh/hostkey-rotate.sh +++ b/regress/usr.bin/ssh/hostkey-rotate.sh @@ -1,4 +1,4 @@ -# $OpenBSD: hostkey-rotate.sh,v 1.4 2015/07/10 06:23:25 markus Exp $ +# $OpenBSD: hostkey-rotate.sh,v 1.5 2015/09/04 04:23:10 djm Exp $ # Placed in the Public Domain. tid="hostkey rotate" @@ -108,21 +108,3 @@ verbose "check rotate primary hostkey" dossh -oStrictHostKeyChecking=yes -oHostKeyAlgorithms=ssh-rsa expect_nkeys 1 "learn hostkeys" check_key_present ssh-rsa || fail "didn't learn changed key" - -# $OpenBSD: hostkey-rotate.sh,v 1.4 2015/07/10 06:23:25 markus Exp $ -# Placed in the Public Domain. - -tid="hostkey rotate" - -# Prepare hostkeys file with one key - -# Connect to sshd - -# Check that other keys learned - -# Change one hostkey (non primary) - -# Connect to sshd - -# Check that the key was replaced - |