This is a very simple question today, for some reason when I start a batch file with the code:
ssh user@192.168.1.101
It loops infinitely, output:
Would really appreciate it if someone knows the answer to this, if not, I will also take some different software suggestions, my requirements are: It must be able to connect through SSH to a Linux server through Windows, It can not have the capability of storing passwords, It must be able to open multiple instances of SSH connections, and I must be able to input the password and commands in manually through a terminal.
Edit: Note I named my batch file SSH.bat