View | Details | Raw Unified | Return to bug 30907
Collapse All | Expand All

(-)ssh.1 (-2 / +4 lines)
Lines 681-687 Link Here
681
.Dq no ,
681
.Dq no ,
682
the check will not be executed.
682
the check will not be executed.
683
The default is
683
The default is
684
.Dq yes .
684
.Dq no .
685
.It Cm Cipher
685
.It Cm Cipher
686
Specifies the cipher to use for encrypting the session
686
Specifies the cipher to use for encrypting the session
687
in protocol version 1.
687
in protocol version 1.
Lines 795-801 Link Here
795
or
795
or
796
.Dq no .
796
.Dq no .
797
The default is
797
The default is
798
.Dq yes .
798
.Dq no .
799
This option applies to protocol version 2 only and
799
This option applies to protocol version 2 only and
800
is similar to
800
is similar to
801
.Cm RhostsRSAAuthentication .
801
.Cm RhostsRSAAuthentication .
Lines 1099-1104 Link Here
1099
The argument must be
1099
The argument must be
1100
.Dq yes
1100
.Dq yes
1101
or
1101
or
1102
.Dq no .
1103
The default is
1102
.Dq no .
1104
.Dq no .
1103
.It Cm XAuthLocation
1105
.It Cm XAuthLocation
1104
Specifies the location of the
1106
Specifies the location of the
(-)sshd.8 (-1 / +7 lines)
Lines 785-790 Link Here
785
is never used for remote command execution.
785
is never used for remote command execution.
786
The default is
786
The default is
787
.Dq no .
787
.Dq no .
788
.It Cm VersionAddendum
789
Alters the version string that
790
.Nm sshd
791
supplies to clients when they connect.
792
By default, this string includes the operating system name
793
and version information.
788
.It Cm X11DisplayOffset
794
.It Cm X11DisplayOffset
789
Specifies the first display number available for
795
Specifies the first display number available for
790
.Nm sshd Ns 's
796
.Nm sshd Ns 's
Lines 796-802 Link Here
796
.It Cm X11Forwarding
802
.It Cm X11Forwarding
797
Specifies whether X11 forwarding is permitted.
803
Specifies whether X11 forwarding is permitted.
798
The default is
804
The default is
799
.Dq no .
805
.Dq yes .
800
Note that disabling X11 forwarding does not improve security in any
806
Note that disabling X11 forwarding does not improve security in any
801
way, as users can always install their own forwarders.
807
way, as users can always install their own forwarders.
802
.It Cm XAuthLocation
808
.It Cm XAuthLocation

Return to bug 30907