LINUX.ORG.RU

История изменений

Исправление pfg, (текущая версия) :

help putty изучить или гуглеж какой применить ??

-P: specify a port number The -P option is used to specify the port number to connect to. If you have a Telnet server running on port 9696 of a machine instead of port 23, for example:

putty -telnet -P 9696 host.name

-l: specify a login name You can specify the user name to log in as on the remote server using the -l option. For example, plink login.example.com -l fred.

-pw: specify a password A simple way to automate a remote login is to supply your password on the command line. This is not recommended for reasons of security. If you possibly can, we recommend you set up public-key authentication instead. See chapter 8 for details.

создаешь батничек с нужными паролями и в путь.

вариант2: сохранить логин пароль в сессию и запускать онную сессию через

-load: load a saved session The -load option causes PuTTY to load configuration details out of a saved session. If these details include a host name, then this option is all you need to make PuTTY start a session.

You need double quotes around the session name if it contains spaces.

If you want to create a Windows shortcut to start a PuTTY saved session, this is the option you should use: your shortcut should call something like

d:\path\to\putty.exe -load «my session»

а для того чтобы все енто красиво было в одном месте, создаешь папочку и тудысь накидываешь батничков для доступа на сервера. красиво просто наглядно.

Исходная версия pfg, :

help putty изучить или гуглеж какой применить ??

-P: specify a port number The -P option is used to specify the port number to connect to. If you have a Telnet server running on port 9696 of a machine instead of port 23, for example:

putty -telnet -P 9696 host.name

-l: specify a login name You can specify the user name to log in as on the remote server using the -l option. For example, plink login.example.com -l fred.

-pw: specify a password A simple way to automate a remote login is to supply your password on the command line. This is not recommended for reasons of security. If you possibly can, we recommend you set up public-key authentication instead. See chapter 8 for details.

создаешь батничек и в путь.

вариант2: сохранить логин пароль в сессию и запускать онную сессию через

-load: load a saved session The -load option causes PuTTY to load configuration details out of a saved session. If these details include a host name, then this option is all you need to make PuTTY start a session.

You need double quotes around the session name if it contains spaces.

If you want to create a Windows shortcut to start a PuTTY saved session, this is the option you should use: your shortcut should call something like

d:\path\to\putty.exe -load «my session»