ssh6

Use this command to open an ssh session to an IPv6 address or host name resolved to an IPv6 address.

Command Syntax

Copy
ssh6 (X:X::X:X | HOSTNAME) (vrf (NAME | management))
ssh6 (X:X::X:X | HOSTNAME) <1-65535> (vrf (NAME | management))
ssh6 (cipher (aes128-ctr | aes192-ctr | aes256-ctr | aes128-cbc |aes192-cbc | aes256-cbc | 3des-cbc)) (X:X::X:X | HOSTNAME) (vrf (NAME | management))
ssh6 (cipher (aes128-ctr | aes192-ctr | aes256-ctr | aes128-cbc |aes192-cbc | aes256-cbc | 3des-cbc))  (X:X::X:X | HOSTNAME) <1-65535> (vrf (NAME | management))

Parameters

X:XX::X:X

User and Destination IPv6 Address to open a ssh session as user@ipv6-address

HOSTNAME

User and Destination Host name to resolve into IPv6 Address to open an ssh session as user@ipv4-address/Hostname

1-65535

Destination Port to open a ssh session. Default is 22.

cipher

Specify algorithm to encrypt SSH session

aes128-ctr

Advanced Encryption Standard 128 bit Counter Mode

aes192-ctr

Advanced Encryption Standard 192 bit Counter Mode

aes256-ctr

Advanced Encryption Standard 256 bit Counter Mode

aes128-cbc

Advanced Encryption 128 bit Standard Cipher Block Chaining

aes192-cbc

Advanced Encryption Standard 192 bit Cipher Block Chaining

aes256-cbc

Advanced Encryption Standard 256 bit Cipher Block Chaining

3des-cbc

Triple Data Encryption Standard Cipher Block Chaining

vrf management

Defines the management VRF instance.

vrf NAME

Specify the user-defined VRF instance name.

Default

The default destination port is 22.

Command Mode

Privileged execution mode

Applicability

This command was introduced before OcNOS version 1.3.

Examples

Copy
#ssh6 cipher aes128-ctr 2:2::2:2 22 vrf management
    The authenticity of host '2:2::2:2 (2:2::2:2)' can't be established.
    RSA key fingerprint is 93:82:98:ce:b7:20:1a:85:a5:9a:2e:93:13:84:ea:9e.
    Are you sure you want to continue connecting (yes/no)?