summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.824
1 files changed, 18 insertions, 6 deletions
diff --git a/sshd.8 b/sshd.8
index 1aad0fc88..c71ecb2a8 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.86 2001/01/28 20:43:25 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.90 2001/02/04 11:11:55 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -593,6 +593,14 @@ The default is
593.It Cm RandomSeed 593.It Cm RandomSeed
594Obsolete. 594Obsolete.
595Random number generation uses other techniques. 595Random number generation uses other techniques.
596.It Cm ReverseMappingCheck
597Specifies whether
598.Nm
599should try to verify the remote host name and check that
600the resolved host name for the remote IP address maps back to the
601very same IP address.
602The default is
603.Dq no .
596.It Cm RhostsAuthentication 604.It Cm RhostsAuthentication
597Specifies whether authentication using rhosts or /etc/hosts.equiv 605Specifies whether authentication using rhosts or /etc/hosts.equiv
598files is sufficient. 606files is sufficient.
@@ -616,15 +624,15 @@ Note that this option applies to protocol version 1 only.
616.It Cm ServerKeyBits 624.It Cm ServerKeyBits
617Defines the number of bits in the server key. 625Defines the number of bits in the server key.
618The minimum value is 512, and the default is 768. 626The minimum value is 512, and the default is 768.
619.It Cm SkeyAuthentication 627.It Cm ChallengeResponseAuthentication
620Specifies whether 628Specifies whether
621.Xr skey 1 629challenge reponse
622authentication is allowed. 630authentication is allowed.
631Currently there is only support for
632.Xr skey 1
633authentication.
623The default is 634The default is
624.Dq yes . 635.Dq yes .
625Note that s/key authentication is enabled only if
626.Cm PasswordAuthentication
627is allowed, too.
628.It Cm StrictModes 636.It Cm StrictModes
629Specifies whether 637Specifies whether
630.Nm 638.Nm
@@ -797,6 +805,9 @@ authentication.
797The command supplied by the user (if any) is ignored. 805The command supplied by the user (if any) is ignored.
798The command is run on a pty if the connection requests a pty; 806The command is run on a pty if the connection requests a pty;
799otherwise it is run without a tty. 807otherwise it is run without a tty.
808Note that if you want a 8-bit clean channel,
809you must not request a pty or should specify
810.Cm no-pty .
800A quote may be included in the command by quoting it with a backslash. 811A quote may be included in the command by quoting it with a backslash.
801This option might be useful 812This option might be useful
802to restrict certain RSA keys to perform just a specific operation. 813to restrict certain RSA keys to perform just a specific operation.
@@ -1076,6 +1087,7 @@ Markus Friedl contributed the support for SSH
1076protocol versions 1.5 and 2.0. 1087protocol versions 1.5 and 2.0.
1077.Sh SEE ALSO 1088.Sh SEE ALSO
1078.Xr scp 1 , 1089.Xr scp 1 ,
1090.Xr sftp 1 ,
1079.Xr sftp-server 8 , 1091.Xr sftp-server 8 ,
1080.Xr ssh 1 , 1092.Xr ssh 1 ,
1081.Xr ssh-add 1 , 1093.Xr ssh-add 1 ,