From 35ef70353227e4dff60fc36437f08293be752b25 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Wed, 9 Jan 2008 22:21:43 +0000 Subject: Factored out --enable-{static=no,shared=yes}, did some extreme porting on pkg-config and libtool, added support for numerous X libraries and a few X applications, and got a solid build of Python with a bunch of modules (compiled as a shared library with the right extensions ;P). git-svn-id: http://svn.telesphoreo.org/trunk@12 514c082c-b64e-11dc-b46d-3d985efe055d --- data/openssh/ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/openssh/ssh_config') diff --git a/data/openssh/ssh_config b/data/openssh/ssh_config index 984cb76cc..2f22fc980 100644 --- a/data/openssh/ssh_config +++ b/data/openssh/ssh_config @@ -19,7 +19,7 @@ Host * # ForwardAgent no -# ForwardX11 no + ForwardX11 yes # RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes -- cgit v1.2.3