upstream: Document that security key-hosted keys can act as host
keys. Update the list of default host key algorithms in ssh_config.5 and sshd_config.5. Copy the description of the SecurityKeyProvider option to sshd_config.5. ok jmc@ OpenBSD-Commit-ID: edadf3566ab5e94582df4377fee3b8b702c7eca0
This commit is contained in:
parent
bc2dc091e0
commit
ae024b22c4
26
ssh_config.5
26
ssh_config.5
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.310 2019/11/30 07:07:59 jmc Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.311 2019/12/19 15:09:30 naddy Exp $
|
||||||
.Dd $Mdocdate: November 30 2019 $
|
.Dd $Mdocdate: December 19 2019 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -809,12 +809,16 @@ The default for this option is:
|
||||||
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
||||||
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ssh-ed25519-cert-v01@openssh.com,
|
ssh-ed25519-cert-v01@openssh.com,
|
||||||
|
sk-ssh-ed25519-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
ssh-rsa-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
|
ssh-ed25519,sk-ssh-ed25519@openssh.com,
|
||||||
|
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
|
@ -842,12 +846,16 @@ The default for this option is:
|
||||||
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
||||||
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ssh-ed25519-cert-v01@openssh.com,
|
ssh-ed25519-cert-v01@openssh.com,
|
||||||
|
sk-ssh-ed25519-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
ssh-rsa-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
|
ssh-ed25519,sk-ssh-ed25519@openssh.com,
|
||||||
|
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
If hostkeys are known for the destination host then this default is modified
|
If hostkeys are known for the destination host then this default is modified
|
||||||
|
@ -1323,19 +1331,19 @@ character, then the specified key types will be placed at the head of the
|
||||||
default set.
|
default set.
|
||||||
The default for this option is:
|
The default for this option is:
|
||||||
.Bd -literal -offset 3n
|
.Bd -literal -offset 3n
|
||||||
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
|
||||||
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
||||||
sk-ssh-ed25519-cert-v01@openssh.com,
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ssh-ed25519-cert-v01@openssh.com,
|
ssh-ed25519-cert-v01@openssh.com,
|
||||||
|
sk-ssh-ed25519-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
ssh-rsa-cert-v01@openssh.com,
|
||||||
sk-ecdsa-sha2-nistp256@openssh.com,
|
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
sk-ssh-ed25519@openssh.com,
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
ssh-ed25519,sk-ssh-ed25519@openssh.com,
|
||||||
|
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The list of available key types may also be obtained using
|
The list of available key types may also be obtained using
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.295 2019/11/30 07:07:59 jmc Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.296 2019/12/19 15:09:30 naddy Exp $
|
||||||
.Dd $Mdocdate: November 30 2019 $
|
.Dd $Mdocdate: December 19 2019 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -689,12 +689,16 @@ The default for this option is:
|
||||||
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
||||||
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ssh-ed25519-cert-v01@openssh.com,
|
ssh-ed25519-cert-v01@openssh.com,
|
||||||
|
sk-ssh-ed25519-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
ssh-rsa-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
|
ssh-ed25519,sk-ssh-ed25519@openssh.com,
|
||||||
|
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The list of available key types may also be obtained using
|
The list of available key types may also be obtained using
|
||||||
|
@ -768,12 +772,16 @@ The default for this option is:
|
||||||
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
||||||
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ssh-ed25519-cert-v01@openssh.com,
|
ssh-ed25519-cert-v01@openssh.com,
|
||||||
|
sk-ssh-ed25519-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
ssh-rsa-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
|
ssh-ed25519,sk-ssh-ed25519@openssh.com,
|
||||||
|
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The list of available key types may also be obtained using
|
The list of available key types may also be obtained using
|
||||||
|
@ -1427,19 +1435,19 @@ character, then the specified key types will be placed at the head of the
|
||||||
default set.
|
default set.
|
||||||
The default for this option is:
|
The default for this option is:
|
||||||
.Bd -literal -offset 3n
|
.Bd -literal -offset 3n
|
||||||
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
|
||||||
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
ecdsa-sha2-nistp384-cert-v01@openssh.com,
|
||||||
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
ecdsa-sha2-nistp521-cert-v01@openssh.com,
|
||||||
sk-ssh-ed25519-cert-v01@openssh.com,
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
ssh-ed25519-cert-v01@openssh.com,
|
ssh-ed25519-cert-v01@openssh.com,
|
||||||
|
sk-ssh-ed25519-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
ssh-rsa-cert-v01@openssh.com,
|
||||||
sk-ecdsa-sha2-nistp256@openssh.com,
|
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
sk-ssh-ed25519@openssh.com,
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
ssh-ed25519,sk-ssh-ed25519@openssh.com,
|
||||||
|
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The list of available key types may also be obtained using
|
The list of available key types may also be obtained using
|
||||||
|
@ -1518,6 +1526,10 @@ will be bound to this
|
||||||
If the routing domain is set to
|
If the routing domain is set to
|
||||||
.Cm \&%D ,
|
.Cm \&%D ,
|
||||||
then the domain in which the incoming connection was received will be applied.
|
then the domain in which the incoming connection was received will be applied.
|
||||||
|
.It Cm SecurityKeyProvider
|
||||||
|
Specifies a path to a security key provider library that will be used when
|
||||||
|
loading any security key-hosted keys, overriding the default of using
|
||||||
|
the built-in support for USB HID keys.
|
||||||
.It Cm SetEnv
|
.It Cm SetEnv
|
||||||
Specifies one or more environment variables to set in child sessions started
|
Specifies one or more environment variables to set in child sessions started
|
||||||
by
|
by
|
||||||
|
|
Loading…
Reference in New Issue