summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-10 23:04:19 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-10 23:04:19 +1000
commitda3455356100dbcb5d1ff9f0556386ca5f788795 (patch)
tree013d0f5e5bca486e4e72387d94980fc81d402a50 /sshd.8
parent0f07707267fd3911bcf95b48125b522f9e222c64 (diff)
downloadopenssh-git-da3455356100dbcb5d1ff9f0556386ca5f788795.tar.gz
- dtucker@cvs.openbsd.org 2006/07/10 12:46:51
[misc.c misc.h sshd.8 sshconnect.c] Add port identifier to known_hosts for non-default ports, based originally on a patch from Devin Nate in bz#910. For any connection using the default port or using a HostKeyAlias the format is unchanged, otherwise the host name or address is enclosed within square brackets in the same format as sshd's ListenAddress. Tested by many, ok markus@.
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.89
1 files changed, 8 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 0bfd6850..f614b8dc 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.230 2006/02/24 20:31:31 jmc Exp $
+.\" $OpenBSD: sshd.8,v 1.231 2006/07/10 12:46:52 dtucker Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -588,6 +588,13 @@ A pattern may also be preceded by
to indicate negation: if the host name matches a negated
pattern, it is not accepted (by that line) even if it matched another
pattern on the line.
+A hostname or address may optionally be enclosed within
+.Ql \&[
+and
+.Ql \&]
+brackets then followed by
+.Ql \&:
+and and a non-standard port number.
.Pp
Alternately, hostnames may be stored in a hashed form which hides host names
and addresses should the file's contents be disclosed.