diff --git a/en/home-assitantant-PTZ_bashIntegration.md b/en/home-assitantant-PTZ_bashIntegration.md index 82567b5..0c23845 100644 --- a/en/home-assitantant-PTZ_bashIntegration.md +++ b/en/home-assitantant-PTZ_bashIntegration.md @@ -37,11 +37,13 @@ install sshpass ``` apk add sshpass ``` + +**Note:** You can test sshpass with + ``` sshpass -p '123456' ssh root@192.168.1.29 ``` -**Note:** run to add the fingerprints, otherwise the script will not work Add those lines to configuration.yaml ``` @@ -110,35 +112,35 @@ read name echo "#!/bin/bash # Conctate al servidor remoto utilizando sshpass y la contraseña -sshpass -p '"$password"' ssh "$user"@"$ip" < "$name"_r.sh echo "#!/bin/bash # Conctate al servidor -sshpass -p '"$password"' ssh "$user"@"$ip" < "$name"_x_down.sh echo "#!/bin/bash # Conctate al servidor -sshpass -p '"$password"' ssh "$user"@"$ip" < "$name"_x_up.sh echo "#!/bin/bash # Conctate al servidor -sshpass -p '"$password"' ssh "$user"@"$ip" < "$name"_y_down.sh echo "#!/bin/bash # Conctate al servidor -sshpass -p '"$password"' ssh "$user"@"$ip" <