Lines Matching +full:- +full:- +full:enable +full:- +full:libraries
2 ----------------
5 configure will attempt to enable the compiler's run-time integrity checking
7 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
8 (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
20 LibreSSL/OpenSSL should be compiled as a position-independent library
21 (i.e. with -fPIC) otherwise OpenSSH will not be able to link with it.
22 If you must use a non-position-independent libcrypto, then you may need
23 to configure OpenSSH --without-pie. Note that because of API changes,
34 If your system lacks kernel-based random collection, the use of Lutz
50 HP-UX 11, AIX >= 5.2, FreeBSD and NetBSD.
59 libraries and headers.
67 http://www.jmknoble.net/software/x11-ssh-askpass/
69 S/Key Libraries:
71 If you wish to use --with-skey then you will need the library below
78 sftp supports command-line editing via NetBSD's libedit. If your platform
80 these multi-platform ports:
87 LDNS is a DNS BSD-licensed resolver library which supports DNSSEC.
94 the code out of CVS yourself) then you will need autoconf-2.69 to rebuild
108 --------------------------
118 installation prefix, use the --prefix option to configure:
120 ./configure --prefix=/opt
127 ./configure --prefix=/opt --sysconfdir=/etc/ssh
150 authentication. On HP-UX 11 and Solaris, the standard /etc/pam.conf
156 --with-audit=[module] enable additional auditing via the specified module.
160 --with-pam enables PAM support. If PAM support is compiled in, it must
163 --with-prngd-socket=/some/file allows you to enable EGD or PRNGD
168 --with-prngd-port=portnum allows you to enable EGD or PRNGD support
173 --with-lastlog=FILE will specify the location of the lastlog file.
177 --without-lastlog will disable lastlog support entirely.
179 --with-osfsia, --without-osfsia will enable or disable OSF1's Security
180 Integration Architecture. The default for OSF1 machines is enable.
182 --with-skey=PATH will enable S/Key one time password support. You will
183 need the S/Key libraries and header files installed for this to work.
185 --with-md5-passwords will enable the use of MD5 passwords. Enable this
190 --with-utmpx enables utmpx support. utmpx support is automatic for
193 --without-shadow disables shadow password support.
195 --with-ipaddr-display forces the use of a numeric IP address in the
198 --with-default-path=PATH allows you to specify a default $PATH for sessions
201 --with-pid-dir=PATH specifies the directory in which the sshd.pid file is
204 --with-xauth=PATH specifies the location of the xauth binary
206 --with-ssl-dir=DIR allows you to specify where your Libre/OpenSSL
207 libraries
210 --with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support
212 --with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
219 CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
222 ----------------
225 whatever you specified as your --sysconfdir (/usr/local/etc by default).
230 To generate a host key, run "make host-key". Alternately you can do so
233 ssh-keygen -t [type] -f /etc/ssh/ssh_host_key -N ""
237 ssh-keygen -A
242 (${prefix}/etc or whatever you specified with --sysconfdir during
249 for sshd, ssh and ssh-agent.
252 -------------------------
257 $ make send-survey
266 ------------