L
L
le1872017-12-05 07:37:08
telnet
le187, 2017-12-05 07:37:08

How to implement autologin via telnet in putty?

example bat
start putty.exe -load default -l login -pw pass
telnet does not accept pw attribute

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Moris Haos, 2017-12-05
@le187

Putty does not know how to work with telnet in this way.
There is an advanced version of it - Kitty - https://www.fosshub.com/KiTTY.html - this is exactly what he can do:

start kitty -telnet [email protected]_ИЛИ_ИМЯ_СЕРВЕРА -pass PASSWORD

V
Valentine, 2017-12-05
@vvpoloskin

Use securecrt instead of putty, or throw in an expect script (pyexpect). Putty is a rather primitive client.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question