I have this bash file, which asks for IP, password, etc. for OpenSSH to a device.
Now, if i use ssh root@ip, i have to enter the password. This is reall
ssh root@ip
You can use this script: https://github.com/aprey10/ssh-authorizer
It also allows to skip ssh keys passphrase request.