Changes

Linux Remote Shell Notes

349 bytes added, 16:45, 5 March 2018
The following lines were added (+) and removed (-):
=== auto login ssh ===== auto login ssh ===== sshpass ===Install the sshpass utility so that you can automate ssh login including password. apt install sshpassNow you can automate the login process sshpass -p "mysecretpass" ssh -o StrictHostKeyChecking=no nicolep@192.168.100.10Custom port example: sshpass -p "mysecretpass" ssh -o StrictHostKeyChecking=no nicolep@192.168.100.10:9600
Bureaucrat, administrator
16,192
edits