Skip to main content
Version: current

ssh


ip/ssh

Package: security
Type: Settings Directory

ArgumentTypeDescription
ciphersmulti { array-id, enum (aes-gcm | aes-ctr | aes-cbc | 3des-cbc | null | auto) { aes-gcm:ssh::config::CIPHER_AES_GCM, aes-ctr:ssh::config::CIPHER_AES_CTR, aes-cbc:ssh::config::CIPHER_AES_CBC, 3des-cbc:ssh::config::CIPHER_3DES_CBC, null:ssh::config::CIPHER_NULL, auto:ssh::config::CIPHER_AUTO } }allowed cipher list
forwarding-enabledenum (no | local | remote | both)control which forwarding is allowed
password-authenticationenum (yes | no | yes-if-no-key)
publickey-authentication-optionsenum (none | touch-required | verify-required)
strong-cryptobooluse stronger encryption, HMAC algorithms, use bigger DH primes and disallow weaker ones
host-key-sizeenum (1024 | 1536 | 2048 | 4096 | 8192)RSA key size when host key is regenerated
host-key-typeenum (rsa | ed25519)

ip/ssh/export-host-key

Package: security
Type: Command

ArgumentTypeDescription
key-file-prefixstring
passphrasestring

ip/ssh/import-host-key

Package: security
Type: Command

ArgumentTypeDescription
private-key-filefile
passphrasestring

ip/ssh/regenerate-host-key

Package: security
Type: Command