Bash: controlling SSH

后端 未结 8 2089
执念已碎
执念已碎 2020-12-03 15:26

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

8条回答
  •  既然无缘
    2020-12-03 16:19

    You can use this script: https://github.com/aprey10/ssh-authorizer

    It also allows to skip ssh keys passphrase request.

提交回复
热议问题