summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.827
1 files changed, 26 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 256b2aa57..d1ddeb123 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.163 2002/01/18 20:46:34 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.164 2002/01/27 14:57:46 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -858,6 +858,31 @@ way, as users can always install their own forwarders.
858X11 forwarding is automatically disabled if 858X11 forwarding is automatically disabled if
859.Cm UseLogin 859.Cm UseLogin
860is enabled. 860is enabled.
861.It Cm X11UseLocalhost
862Specifies whether
863.Nm
864should bind the X11 forwarding server to the loopback address or to
865the wildcard address. By default,
866.Nm
867binds the forwarding server to the loopback address and sets the
868hostname part of the
869.Ev DISPLAY
870environment variable to
871.Dq localhost .
872This prevents remote hosts from connecting to the fake display.
873However, some older X11 clients may not function with this
874configuration.
875.Cm X11UseLocalhost
876may be set to
877.Dq no
878to specify that the forwarding server should be bound to the wildcard
879address.
880The argument must be
881.Dq yes
882or
883.Dq no .
884The default is
885.Dq yes .
861.It Cm XAuthLocation 886.It Cm XAuthLocation
862Specifies the location of the 887Specifies the location of the
863.Xr xauth 1 888.Xr xauth 1