Настройка доступа к 3Com через ssh
SSH Server Configuration
1 Генерируем RSA key.
[3Com] rsa local-key-pair create
Note: If the configuration for generating the local key has already been completed, skip this step.
2 Устанавливаем user login и authentication mode.
The following shows the configuration methods for both password authentication and RSA public key authentication.
Password authentication.
# Set the authentication mode of the user interface to AAA.
[3Com] user-interface vty 0 4
[3Com-ui-vty0-4] authentication-mode scheme
# Указываем протокол доступа для пользователя client001 как SSH, а метод аутентификации как password.
[3Com-ui-vty0-4] protocol inbound ssh
[3Com] local-user client001
[3Com-luser-client001] password simple 3com
[3Com] ssh user client001 authentication-type password
Загрузка конфигурационного файла по tftp
<4500>tftp 10.1.115.200 put 3comoscfg.cfg