Datasheet

®
USER’S GUIDE
Vertical Console Port Server
75
sshd examples
sshd set -C blowfish -v 1
Set the SSH server to use the Blowfish cipher only and use SSH
version 1.
sshd set -c blowfish+aes256 --version 2
Set the SSH server to use SSH version 2 with the version 2 ciphers
Blowfish and AES256.
sshd keygen -s 2048
Generate a new 2048-bit SSH key.