Reference Guide

740 | Security
www.dell.com | support.dell.com
SCP is a remote file copy program that works with SSH and is supported by FTOS.
To use the SSH client, use the following command in the EXEC Privilege mode:
To enable the SSH server for version 1 and 2, use the following command in the CONFIGURATION
mode:
To enable the SSH server for version 1 or 2 only, use the following command:
To view the SSH configuration, use the following command in EXEC Privilege mode:
Figure 41-6 on page 740 shows the use of the command
ip ssh server version 2 to enable SSH version 2,
and the
show ip ssh command to confirm the setting.
Figure 41-6. Specifying an SSH version
Note: The Windows-based WinSCP client software is not supported for secure copying between a PC
and an FTOS-based system. Unix-based SCP client software is supported.
Command Syntax Command Mode Purpose
ssh
{hostname} [-l username | -p
port-number | -v {1 | 2}
EXEC Privilege Open an SSH connection specifying the hostname,
username, port number, and version of the SSH client.
hostname is the IP address or hostname of the remote
device.
Enter an IPv4 address in dotted decimal format
(A.B.C.D).
Command Syntax Command Mode Purpose
ip ssh server {enable | port port-number} CONFIGURATION Configure the Dell Networking system as an
SCP/SSH server.
Command Syntax Command Mode Purpose
ip ssh server version {1|2} CONFIGURATION Configure the Dell Networking system as an SSH server that
uses only version 1 or 2.
Command Syntax Command Mode Purpose
show ip ssh EXEC Privilege Display SSH connection information.
FTOS(conf)#ip ssh server version 2
FTOS(conf)#do show ip ssh
SSH server : disabled.
SSH server version : v2.
Password Authentication : enabled.
Hostbased Authentication : disabled.
RSA Authentication : disabled.