Set ssh-client – Perle Systems IOLAN CSS User Manual

Page 80

Advertising
background image

Line Service Commands

78

IOLAN SDS/SCS/STS CLI Reference Guide, Version 3.6

Set SSH-Client

echo

Defines the echo character. When

Line

Mode

is

On

, typing the echo character echoes

the text locally and sends only completed lines to the host. This value is in hexadecimal
with a default value of

5

(ASCII value

^E

).

eof

Defines the end-of-file character. When

Line Mode

is

On

, entering the EOF character

as the first character on a line sends the character to the remote host. This value is in
hexadecimal with a default value of

4

(ASCII value

^D

).

erase

Defines the erase character. When

Line Mode

is

Off

, typing the erase character erases

one character. This value is in hexadecimal with a default value of

8

(ASCII value

^H

).

intr

Defines the interrupt character. Typing the interrupt character interrupts the current
process. This value is in hexadecimal with a default value of

3

(ASCII value

^C

).

quit

Defines the quit character. Typing the quit character closes and exits the current telnet
session. This value is in hexadecimal with a default value of

1c

(ASCII value

FS

).

escape

Defines the escape character. Returns you to the command line mode. This value is in
hexadecimal with a default value of

1d

(ASCII value

GS

).

Description Configures the SSH parameters for the specified line. When the IOLAN initiates a SSH

connection to a host, it is acting as a SSH client.

User Level Normal, Admin
Syntax

set ssh-client line .|<number>|* [termtype <terminal_name>]

[protocol ssh-1|ssh-2|ssh-2/1] [compression on|off]

[verbose on|off] [auto-login on|off] [name <string>]

[password <string>] [ssh-1-cipher 3des|des|blowfish]

[authentication rsa on|off] [authentication dsa on|off]

[authentication keyboard-interactive on|off]

set ssh-client line .|<number>|*

ssh-2-cipher-list <3des blowfish cast aes arcfour>

Options

termtype

Type of terminal attached to this line; for example, ANSI or WYSE60.

protocol

Specify the SSH protocol you want to use for the connection, SSH-1, SSH-2, or either,
SSH2/1.

compression

Requests compression of all data. Compression is desirable on modem lines and other
slow connections, but will only slow down things on fast networks.

verbose

Displays debug messages on the terminal.

Advertising