•
chacha20-poly1305@openssh.com
–
ChaCha20 symmetric cipher, Poly1305 cryptographic Message
Authentication Code [MAC], OpenSSH
The default string for
algorithm
in a Normal build is:
blowfish-cbc,3des-cbc,aes128-cbc,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,
chacha20-poly1305@openssh.com
The default string for
algorithm
in a Trusted build is:
aes256-ctr,aes192-ctr,aes128-ctr
Step 3
Exit the SSH Configuration mode.
[local]
host_name
(config-sshd)#
end
[local]
host_name
#
Generating SSH Keys
The
ssh generate
command generates a public/private key pair which is to be used by the SSH server. The
v1-rsa
keyword has been removed from and the
v2-dsa
keyword concealed within the
ssh generate
CLI
command. The only keyword available for generating SSH keys is
v2-rsa
.
The generated key pair remains in use until the command is issued again.
Important
Step 1
Enter the context configuration mode:
[local]
host_name
(config)#
context context_name
[local]host_name(config-ctx)#
Step 2
Generate an SSH key pair.
[local]
host_name
(config-ctx)#
ssh generate key type v2-rsa
[local]
host_name
(config-ctx)#
Setting SSH Key Pair
The
ssh key
command sets the public/private key pair to be used by the system. The
v2-dsa
keyword is
concealed in the
ssh key
command.
Specify the SSH key pair parameters.
[local]host_name(config-ctx)#
ssh key data length octets type v2-rsa
Notes:
ASR 5000 System Administration Guide, StarOS Release 21.1
29
Getting Started
SSH Keys
Summary of Contents for ASR 5000
Page 26: ...ASR 5000 System Administration Guide StarOS Release 21 1 xxvi Contents ...
Page 316: ...ASR 5000 System Administration Guide StarOS Release 21 1 288 VLANs VLAN Related CLI Commands ...
Page 400: ...ASR 5000 System Administration Guide StarOS Release 21 1 372 Engineering Rules ECMP Groups ...