| 1 | | |
| | 1 | [http://ports.haiku-files.org/export/299/haikuports/trunk/net-misc/openssh/openssh-5.2p1-haiku.diff Patch][[BR]] |
| | 2 | |
| | 3 | |
| | 4 | Still may need some tweaking of configure options, here's how it's configured so far: |
| | 5 | {{{ |
| | 6 | OpenSSH has been configured with the following options: |
| | 7 | User binaries: /boot/common/bin |
| | 8 | System binaries: /boot/common/bin |
| | 9 | Configuration files: /boot/common/etc |
| | 10 | Askpass program: /boot/common/bin/ssh-askpass |
| | 11 | Manual pages: /boot/common/share/man/manX |
| | 12 | PID file: /boot/common/etc |
| | 13 | Privilege separation chroot path: /var/empty |
| | 14 | sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin::/boot/common/bin |
| | 15 | Manpage format: man |
| | 16 | PAM support: no |
| | 17 | OSF SIA support: no |
| | 18 | KerberosV support: no |
| | 19 | SELinux support: no |
| | 20 | Smartcard support: no |
| | 21 | S/KEY support: no |
| | 22 | TCP Wrappers support: no |
| | 23 | MD5 password support: yes |
| | 24 | libedit support: no |
| | 25 | Solaris process contract support: no |
| | 26 | IP address in $DISPLAY hack: no |
| | 27 | Translate v4 in v6 hack: no |
| | 28 | BSD Auth support: no |
| | 29 | Random number source: OpenSSL internal ONLY |
| | 30 | |
| | 31 | Host: i586-pc-haiku |
| | 32 | Compiler: gcc |
| | 33 | Compiler flags: -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -fno-builtin-memset |
| | 34 | Preprocessor flags: |
| | 35 | Linker flags: |
| | 36 | Libraries: -lcrypto -lz -lnetwork -lbsd |
| | 37 | }}} |
| | 38 | |