Skip header
 

Use the "ssh" command to view and configure the SSH settings.

View settings

msh> ssh

Data compression communication settings

msh> ssh compression {on|off}

The default is "on".

SSH/SFTP communication port setting

msh> ssh port [22, 1024-65535]

The default is 22.

SSH/SFTP communication timeout setting

msh> ssh timeout [0-65535]

The default is 300.

SSH/SFTP communication login timeout setting

msh> ssh logintimeout [0-65535]

The default is 300.

Setting an open key for SSH/SFTP

msh> ssh genkey [{512|768|1024|2048|4096}]

The default key length is 2048.

Create an open key for SSH/SFTP communication.

Usable characters are ASCII 0x20-0x7e (32 bytes) other than "0".

The character string is blank.

If you do not specify this parameter, an open key with the default value will be created.

If you do not create an open key with this command, the following error log is created in the system log.

sshd stop : no hostkeys available ERR:

Deleting open key for ssh/sftp communication

msh> ssh delkey

Encryption algorithm setting for SSH/SFTP communication

msh> ssh algorithm [{des|3des|aes128|aes192|aes256|blowfish|arcfour}]

Note

  • If you do not specify a character string, current setting is displayed.

  • ssh can be used only with sftp.