summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:33:25 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:33:25 +1100
commitc8f61cf1996a7374de465d8e2fda93dec34364a2 (patch)
tree7bf326256f2ba2ef5f947a0b7929123767ac1ff9 /sshd.8
parentcc00f5e2592157fa772bd4c287618c357ef7b444 (diff)
- jmc@cvs.openbsd.org 2006/02/13 11:08:43
[sshd.8] - avoid nasty line split - `*' does not need to be escaped
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.818
1 files changed, 11 insertions, 7 deletions
diff --git a/sshd.8 b/sshd.8
index d5f48085e..0ad133d0d 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.221 2006/02/13 11:02:26 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.222 2006/02/13 11:08:43 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -454,7 +454,7 @@ is enabled.
454Specifies that in addition to public key authentication, the canonical name 454Specifies that in addition to public key authentication, the canonical name
455of the remote host must be present in the comma-separated list of 455of the remote host must be present in the comma-separated list of
456patterns 456patterns
457.Pf ( Ql \&* 457.Pf ( Ql *
458and 458and
459.Ql \&? 459.Ql \&?
460serve as wildcards). 460serve as wildcards).
@@ -505,13 +505,17 @@ the client requests a tunnel.
505.El 505.El
506.Pp 506.Pp
507An example authorized_keys file: 507An example authorized_keys file:
508.Bd -literal 508.Bd -literal -offset 3n
509# Comments allowed at start of line 509# Comments allowed at start of line
510ssh-rsa AAAAB3Nza...LiPk== user@example.net 510ssh-rsa AAAAB3Nza...LiPk== user@example.net
511from="*.sales.example.net,!pc.sales.example.net" ssh-rsa AAAAB2...19Q== john@example.net 511from="*.sales.example.net,!pc.sales.example.net" ssh-rsa
512command="dump /home",no-pty,no-port-forwarding ssh-dss AAAAC3...51R== example.net 512AAAAB2...19Q== john@example.net
513permitopen="192.0.2.1:80",permitopen="192.0.2.2:25" ssh-dss AAAAB5...21S== 513command="dump /home",no-pty,no-port-forwarding ssh-dss
514tunnel="0",command="sh /etc/netstart tun0" ssh-rsa AAAA...== jane@example.net 514AAAAC3...51R== example.net
515permitopen="192.0.2.1:80",permitopen="192.0.2.2:25" ssh-dss
516AAAAB5...21S==
517tunnel="0",command="sh /etc/netstart tun0" ssh-rsa AAAA...==
518jane@example.net
515.Ed 519.Ed
516.Sh SSH_KNOWN_HOSTS FILE FORMAT 520.Sh SSH_KNOWN_HOSTS FILE FORMAT
517The 521The