Расширена схема управления пользователями: nsg(config-nsg)# users ? Go to this menu level display Display information about this menu item end End current mode and down to ENABLE mode exit Exit current mode and down to previous mode group-name Configure groups no Negate a command user-name Create/change user name/password Добавить нового пользователя: nsg(config-nsg)# users user-name xxx ? esha1 Password allready hashed with SHA1-based algoritm exor Password allready encrypted with XOR-based algoritm open Password as is sha1 Password will be hashed with SHA1-based algoritm xor Password will be encrypted with XOR-based algoritm open - хранить пароль в конфигурации в открытом виде sha1 - хранить хэш пароля в конфигурации (пароль не востанавливается обратно из хэша, за разумное время) (нельзя использовать там где нужно слать пароль в чистом виде, например PPP) xor - хранить пароль в конфигурации в шифрованном виде (алгоритм шифрования некриптостойкий, пароль восстанавливается, можно так хранить пароли для PPP) esha1, exor - для переноса конфигурации с устройства на устройство. Добавить группу и внести пользователей в группу: nsg(config-nsg)# users group-name ggg ? Go to this menu level add-user Add user to group del-user Del user from group display Display information about this menu item end End current mode and down to ENABLE mode exit Exit current mode and down to previous mode Добавлена возможность управления штатным телнетом: nsg(config-nsg)# services telnet ? disable disable basic(port 23) telnetd enable enable basic(port 23) telnetd(dflt) Добавлена возможность управлять записями Internet Services Daemon nsg(config-nsg)# services inetd ? Go to this menu level add Add server entry to inetd.conf file del Delete server entry from inetd.conf file display Display information about this menu item end End current mode and down to ENABLE mode exit Exit current mode and down to previous mode Расширены возможности revrse-telnet nsg(config-nsg)# port a1 reverse-telnet ? Go to this menu level display Display information about this menu item end End current mode and down to ENABLE mode escape-break Set a special char to send BREAK signal escape-char Set an escape character escape-terminate Set a special char to terminate session exit Exit current mode and down to previous mode group-name Group permitted to this port tcp-port TCP port number for incomming connection use-login Using authentication to establish a session nsg(config-nsg)# port a1 reverse-telnet escape-char ? WORD Any single character or ^@ ^A ... ^Z ^[ ^/ ^] ^^ ^_ (max 2 characters) ^A - это Ctrl+A "" - спецсимвол не назначен