Users Guide

Table Of Contents
aes256-gcm@openssh.com
Following is the list of additional Ciphers supported in OS10 SSH Client CLI:
3des-cbc
aes128-cbc
aes192-cbc
aes256-cbc
-l username - (Optional) Enter the session username. If username is not specified, the current
session username from which SSH client command is invoked is used to initiate an SSH session.
-m HMAC-algorithm - (Optional) Enter the supported Host Message Authentication
Code algorithm. You can issue multiple HMAC algorithms. For example,
ssh -m umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-
etm@openssh.com 9.1.1.2. Following is the default list of Message Authentication code used
by SSH Client for establishing the session when HMAC is not explicitly mentioned by user, the first
HMAC matching the SSH server's list will be used for authentication.
umac-64-etm@openssh.com
umac-128-etm@openssh.com
hmac-sha2-256-etm@openssh.com
hmac-sha2-512-etm@openssh.com
hmac-sha1-etm@openssh.com
umac-64@openssh.com
umac-128@openssh.com
hmac-sha2-256
hmac-sha2-512
hmac-sha1
Following is the list of additional HMAC's supported in OS10 SSH Client CLI:
hmac-md5
hmac-md5-96
hmac-sha1-96
hmac-md5-etm@openssh.com
hmac-md5-96-etm@openssh.com
hmac-sha1-96-etm@openssh.com
-p port-number - (Optional) Enter the SSH server port number.Default port number is 22.
-h - Displays help for this command.
destination - Enter the IP address or name of the remote SSH server. Name of the SSH server
can contain symbols. such as os10-dell.com.
Default
Following are the default values for the options listed:
vrf - management.
-c - chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-
ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
-l - Currrent session username.
-m - umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-
sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-
etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-
sha2-256,hmac-sha2-512,hmac-sha1
-p - 22
-b and -B - The default values depend on the source IP / Interface from the routing table for that
specific destination.
Command Mode EXEC
Usage
Information
SSH is a command for logging into a remote machine and for executing commands on a remote machine.
This provides a secure encrypted communication between two un-trusted hosts over an insecure
network.
NOTE: OS10 considers -B {Source interface} as egress interface.
1342 Security