cyd01 / KiTTY

:computer: KiTTY, a free telnet/ssh client for Windows
https://www.9bis.com/kitty
Other
1.58k stars 136 forks source link

[HELP] Is there a way to store auto-login username and password PER SESSION / per IP adress? #528

Closed 3Domse3 closed 7 months ago

mariuszjedrzejewski commented 7 months ago

What do you exactly mean? It's default feature: each separate session defined in KiTTY (and also PuTTY) has own setting in Session -> Connection -> Data -> Login details: Auto-login username, you can store in this field everything you need.

image

Another one feature is in basic Session -> Host Name (or IP address) field: you can enter value in pure SSH form - username@server.com, and save session with name of your choice. Later it will use stored username in the same way as described above.

image

3Domse3 commented 7 months ago

@mariuszjedrzejewski I can't try it right now but this looks exactly like the feature I'm searching. Thank you very much for your detailed reply :D