Lines Matching refs:https
3 [](ht…
4 [](https://…
8 This is a port of OpenBSD's [OpenSSH](https://openssh.com) to most Unix-like operating systems, inc…
14 * [ssh(1)](https://man.openbsd.org/ssh.1)
15 * [sshd(8)](https://man.openbsd.org/sshd.8)
16 * [ssh-keygen(1)](https://man.openbsd.org/ssh-keygen.1)
17 * [ssh-agent(1)](https://man.openbsd.org/ssh-agent.1)
18 * [scp(1)](https://man.openbsd.org/scp.1)
19 * [sftp(1)](https://man.openbsd.org/sftp.1)
20 * [ssh-keyscan(8)](https://man.openbsd.org/ssh-keyscan.8)
21 * [sftp-server(8)](https://man.openbsd.org/sftp-server.8)
25 …rs](https://www.openssh.com/portable.html#downloads). We recommend the use of a stable release for…
33 ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.or…
35 [zlib](https://www.zlib.net/) is optional; without it transport compression is not supported.
37 FIDO security token support needs [libfido2](https://github.com/Yubico/libfido2) and its dependenci…
54 If building from git, you'll need [autoconf](https://www.gnu.org/software/autoconf/) installed to b…
57 git clone https://github.com/openssh/openssh-portable # or https://anongit.mindrot.org/openssh.git
72 ``--with-pam`` | Enable [PAM](https://en.wikipedia.org/wiki/Pluggable_authentication_module) suppor…
73 ``--with-libedit`` | Enable [libedit](https://www.thrysoee.dk/editline/) support for sftp.
74 …beros5`` | Enable Kerberos/GSSAPI support. Both [Heimdal](https://www.h5l.org/) and [MIT](https://…
75 ``--with-selinux`` | Enable [SELinux](https://en.wikipedia.org/wiki/Security-Enhanced_Linux) suppor…
76 …de built-in support for U2F/FIDO2 security keys. This requires [libfido2](https://github.com/Yubic…
80 …https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev) ([archive mirror](https://marc.info/?…
84 _Non-security_ bugs may be reported to the developers via [Bugzilla](https://bugzilla.mindrot.org/)…