IP System Management Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide 536
26
Keywords Table
Default Configuration
The default port is the SSH port (22) on the host.
Command Mode
Privileged EXEC mode
User Guidelines
The ssh command enables the switch to make a secure, encrypted connection to
another switch running an SSH server. This connection provides functionality that
is similar to that of a Telnet connection except that the connection is encrypted.
With authentication and encryption, the SSH client allows for a secure
communication over an insecure network.
Only one SSH terminal connection can be active at the same time.
Options Description
/password
password
Specifies the password to use when logging in on
the remote networking device running the SSH
server. If the keyword is not specified, the password
configured by the ip ssh-client password command
is used. If this keyword is specified the the /user
keyword must be specified too.
/source-interface
interface-id
Specifies the source interface which minimal
IPv4/v6 address will be used as the source IPv4/v6
address. If the keyword is not specified, the source
IPv4/IPv6 address configured by the ip ssh-client
source-interface command is used.
/user
user-name
Specifies the user name to use when logging in on
the remote networking device running the SSH
server. If the keyword is not specified, the user name
configured by the ip ssh-client username command
is used. If this keyword is specified the /password
keyword must be specified too.