Lines Matching +full:key +full:- +full:release

3 …com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/openssh/op…
4 …tatus](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromi…
5 …//scan.coverity.com/projects/21341/badge.svg)](https://scan.coverity.com/projects/openssh-portable)
7 …ies ``scp`` and ``sftp`` as well as tools for key generation (``ssh-keygen``), run-time key storag…
9-like operating systems, including Linux, OS X and Cygwin. Portable OpenSSH polyfills OpenBSD APIs…
17 * [ssh-keygen(1)](https://man.openbsd.org/ssh-keygen.1)
18 * [ssh-agent(1)](https://man.openbsd.org/ssh-agent.1)
21 * [ssh-keyscan(8)](https://man.openbsd.org/ssh-keyscan.8)
22 * [sftp-server(8)](https://man.openbsd.org/sftp-server.8)
26release tarballs are available from a number of [download mirrors](https://www.openssh.com/portabl…
40 In addition, certain platforms and build-time options may require additional dependencies; see READ…
42 ### Building a release
44 Releases include a pre-built copy of the ``configure`` script and may be built using:
47 tar zxvf openssh-X.YpZ.tar.gz
53 See the [Build-time Customisation](#build-time-customisation) section below for configure options. …
60 git clone https://github.com/openssh/openssh-portable # or https://anongit.mindrot.org/openssh.git
61 cd openssh-portable
67 ### Build-time Customisation
69 There are many build-time customisation options available. All Autoconf destination path flags (e.g…
71 For a full list of available flags, run ``./configure --help`` but a few of the more frequently-use…
74 --- | ---
75--with-pam`` | Enable [PAM](https://en.wikipedia.org/wiki/Pluggable_authentication_module) support…
76 ``--with-libedit`` | Enable [libedit](https://www.thrysoee.dk/editline/) support for sftp.
77 ``--with-kerberos5`` | Enable Kerberos/GSSAPI support. Both [Heimdal](https://www.h5l.org/) and [MI…
78 ``--with-selinux`` | Enable [SELinux](https://en.wikipedia.org/wiki/Security-Enhanced_Linux) suppor…
82 …[openssh-unix-dev mailing list](https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev) ([arc…
86 _Non-security_ bugs may be reported to the developers via [Bugzilla](https://bugzilla.mindrot.org/)…