config system ssh-config
Configure SSH config.
config system ssh-config Description: Configure SSH config. set ssh-kex-algo {option1}, {option2}, ... set ssh-enc-algo {option1}, {option2}, ... set ssh-mac-algo {option1}, {option2}, ... set ssh-hsk-algo {option1}, {option2}, ... set ssh-hsk-override [disable|enable] set ssh-hsk-password {password} set ssh-hsk {user} end
config system ssh-config
Parameter |
Description |
Type |
Size |
Default |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ssh-kex-algo |
Select one or more SSH kex algorithms. |
option |
- |
diffie-hellman-group14-sha256 diffie-hellman-group16-sha512 diffie-hellman-group18-sha512 diffie-hellman-group-exchange-sha256 curve25519-sha256@libssh.org ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
ssh-enc-algo |
Select one or more SSH ciphers. |
option |
- |
aes256-ctr aes256-gcm@openssh.com |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
ssh-mac-algo |
Select one or more SSH MAC algorithms. |
option |
- |
hmac-sha2-256 hmac-sha2-256-etm@openssh.com hmac-sha2-512 hmac-sha2-512-etm@openssh.com |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
ssh-hsk-algo |
Select one or more SSH hostkey algorithms. |
option |
- |
ecdsa-sha2-nistp521 ecdsa-sha2-nistp384 ecdsa-sha2-nistp256 rsa-sha2-256 rsa-sha2-512 ssh-ed25519 |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
ssh-hsk-override |
Enable/disable SSH host key override in SSH daemon. |
option |
- |
disable |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
ssh-hsk-password |
Password for ssh-hostkey. |
password |
Not Specified |
|
||||||||||||||||||||||||||||||||||||
ssh-hsk |
Config SSH host key. |
user |
Not Specified |
|