Home
last modified time | relevance | path

Searched refs:OpenSSH (Results 1 – 25 of 93) sorted by relevance

1234

/external/openssh/
DREADME.md1 # Portable OpenSSH
5 OpenSSH is a complete implementation of the SSH protocol (version 2) for secure remote login, comma…
7 …ort of OpenBSD's [OpenSSH](https://openssh.com) to most Unix-like operating systems, including Lin…
11 The official documentation for OpenSSH are the man pages for each tool:
26 ## Building Portable OpenSSH
30OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and h…
45 …misation) section below for configure options. If you plan on installing OpenSSH to your system, t…
49 …he ``configure`` script. The following commands will check out and build portable OpenSSH from git:
61 … flags (e.g. ``--prefix``) are supported (and are usually required if you want to install OpenSSH).
75 Portable OpenSSH development is discussed on the [openssh-unix-dev mailing list](https://lists.mind…
DREADME7 This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
10 OpenSSH is based on the last free version of Tatu Ylonen's sample
13 reintroduced and many other clean-ups. OpenSSH has been created by
29 There is now several mailing lists for this port of OpenSSH. Please
38 how to install OpenSSH on your system.
44 This version of OpenSSH is based upon code retrieved from the OpenBSD CVS
DREADME.platform1 This file contains notes about OpenSSH on specific platforms.
5 As of OpenSSH 3.8p1, sshd will now honour an accounts password expiry
7 sites that have used OpenSSH's sshd exclusively to have accounts which
14 passwords be reset before upgrading from OpenSSH <3.8.
16 As of OpenSSH 4.0, configure will attempt to detect if your version
45 To build on Cygwin, OpenSSH requires the following packages:
52 Darwin does not provide a tun(4) driver required for OpenSSH-based
80 32800:AUE_openssh:OpenSSH login:lo
91 As of OpenSSH 4.3p1, sshd will no longer check /etc/nologin itself when
DPROTOCOL1 This documents OpenSSH's deviations and extensions to the published SSH
4 Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH
12 The protocol used by OpenSSH's ssh-agent is described in the file
42 OpenSSH introduces new public key algorithms to support certificate
48 OpenSSH supports ECC key exchange and public key authentication as
56 OpenSSH supports MAC algorithms, whose names contain "-etm", that
84 OpenSSH supports the AES-GCM algorithm as specified in RFC 5647.
86 the behaviour of OpenSSH differs from the RFC as follows:
96 OpenSSH supports authenticated encryption using ChaCha20 and Poly1305
101 OpenSSH supports the use of ECDH in Curve25519 for key exchange as
[all …]
DREADME.tun1 How to use OpenSSH-based virtual private networks
4 OpenSSH contains support for VPN tunneling using the tun(4) network
24 The OpenSSH server simply uses the file /root/.ssh/authorized_keys to
52 (4) Client: Configure the OpenSSH client
67 the remote host over two ssh hops in between. It uses the OpenSSH
105 Finally connect to the OpenSSH server to establish the tunnel by using
121 Using OpenSSH tunnel forwarding is a simple way to establish secure
DINSTALL32 or LibreSSL as "CFLAGS=-fPIC ./configure") otherwise OpenSSH will not
34 libcrypto, then you may need to configure OpenSSH --without-pie.
41 libcrypto (LibreSSL/OpenSSL) to use it. OpenSSH relies on libcrypto's
61 OpenSSH can utilise Pluggable Authentication Modules (PAM) if your
132 To install OpenSSH with default options:
138 This will install the OpenSSH binaries in /usr/local/bin, configuration files
146 Will install OpenSSH in /opt/{bin,etc,lib,sbin}. You can also override
257 If you have configured OpenSSH with EGD support, ensure that EGD is
274 exist. The raw data is available only to the OpenSSH developers, however
280 If you experience problems compiling, installing or running OpenSSH,
DPROTOCOL.u2f1 This document describes OpenSSH's support for U2F/FIDO security keys.
45 OpenSSH integrates U2F as new key and corresponding certificate types:
147 case, OpenSSH optionally allows retaining the attestation information
156 OpenSSH treats the attestation certificate and enrollment signatures as
227 OpenSSH integration
233 regress testing. For this reason, OpenSSH shall support a dynamically-
332 overriding OpenSSH's default of using an all-zero username.
334 In OpenSSH, the middleware will be invoked by using a similar mechanism to
DREADME.dns1 How to verify host keys using OpenSSH and DNS
4 OpenSSH contains support for verifying host keys using DNS as described
DREADME.version1 URL: https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.3p1.tar.gz
DPROTOCOL.agent2 implemented by OpenSSH. It has since been superseded by an Internet-
DREADME.privsep1 Privilege separation, or privsep, is method in OpenSSH by which
31 PAM-enabled OpenSSH is known to function with privsep on AIX, FreeBSD,
DOVERVIEW1 [Note: This file has not been updated for OpenSSH versions after
2 OpenSSH-1.2 and should be considered OBSOLETE. It has been left in
11 Updated 19 Oct 1999 for OpenSSH-1.2
12 Updated 20 May 2001 note obsolete for > OpenSSH-1.2
/external/openssh/contrib/cygwin/
DREADME1 This package describes important Cygwin specific stuff concerning OpenSSH.
11 If you are installing OpenSSH the first time, you can generate global config
60 Please note that OpenSSH does never use the value of $HOME to
67 Building OpenSSH
75 You must have installed the following packages to be able to build OpenSSH
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dbase.py42 OpenSSH = "OpenSSH" variable in Encoding
56 OpenSSH = "OpenSSH" variable in PublicFormat
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/
Dmpi.partial.Dockerfile20 # Install OpenSSH for MPI to communicate between containers
23 # Allow OpenSSH to talk to containers without asking for confirmation
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/ubuntu/
Dmpi.partial.Dockerfile22 # Install OpenSSH for MPI to communicate between containers
25 # Allow OpenSSH to talk to containers without asking for confirmation
/external/python/cpython3/Tools/buildbot/
DremotePythonInfo.bat5 set PATH=%PATH%;%SystemRoot%\SysNative\OpenSSH;%SystemRoot%\System32\OpenSSH
Dtest.bat5 set PATH=%PATH%;%SystemRoot%\SysNative\OpenSSH;%SystemRoot%\System32\OpenSSH
DremoteDeploy.bat5 set PATH=%PATH%;%SystemRoot%\SysNative\OpenSSH;%SystemRoot%\System32\OpenSSH
/external/openssh/contrib/redhat/
Dopenssh.spec78 Summary: The OpenSSH implementation of SSH protocol version 2.
87 Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
129 Summary: OpenSSH clients.
135 Summary: The OpenSSH server daemon.
144 Summary: A passphrase dialog for OpenSSH and X.
150 Summary: A passphrase dialog for OpenSSH, X, and GNOME.
162 OpenSSH is OpenBSD's version of the last free version of SSH, bringing
174 You'll also need to install the openssh package on OpenSSH clients.
177 OpenSSH is a free version of SSH (Secure SHell), a program for logging
184 OpenSSH is a free version of SSH (Secure SHell), a program for logging
[all …]
/external/openssh/contrib/suse/
Dopenssh.spec14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
40 Summary: A passphrase dialog for OpenSSH and the X window System.
57 OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
75 This package contains an X Window System passphrase dialog for OpenSSH.
81 - Overhaul to deal with newer versions of SuSE and OpenSSH
/external/openssh/contrib/
DREADME1 Other patches and addons for OpenSSH. Please send submissions to
50 versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dserialization.rst352 OpenSSH Public Key
355 The format used by OpenSSH to store public keys, as specified in :rfc:`4253`.
357 An example RSA key in OpenSSH format (line breaks added for formatting
376 Deserialize a public key from OpenSSH (:rfc:`4253`) encoded data to an
383 :param bytes data: The OpenSSH encoded key data.
398 :raises ValueError: If the OpenSSH data could not be properly decoded or
525 .. attribute:: OpenSSH
529 The public key format used by OpenSSH (e.g. as found in
598 .. attribute:: OpenSSH
602 The format used by OpenSSH public keys. This is a text format.
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dcentos-8-mpi-horovod.Dockerfile76 # Install OpenSSH for MPI to communicate between containers
79 # Allow OpenSSH to talk to containers without asking for confirmation
Dubuntu-18.04-mpi-horovod.Dockerfile72 # Install OpenSSH for MPI to communicate between containers
75 # Allow OpenSSH to talk to containers without asking for confirmation

1234