summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2015-09-04 04:23:10 +0000
committerdjm <djm@openbsd.org>2015-09-04 04:23:10 +0000
commit015066f6deeb2a791c4088c77a5d9ba82b9c0f4a (patch)
tree7f356a94c944fde6d9969c23563b8bcc9ae6781a
parentremove extra newline in nethack-mode hostkey; (diff)
downloadwireguard-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.sh20
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
-