Ajout scripts d'installation

This commit is contained in:
jfmartel 2024-01-26 07:10:41 -05:00
parent ff22a4ea3e
commit d9a14ee28e
3 changed files with 12 additions and 1 deletions

5
AddHostKey.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
#
echo "Ajout de l'exception SSH"
ssh -o StrictHostKeyChecking=no service.ct@10.133.3.136 uptime

5
Instsshpass.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
#
echo "Installation de ssphass"
dpkg -i /home/zonetest/sshpass_1.04-1_i386.deb

3
ZT.pro
View File

@ -305,7 +305,8 @@ OTHER_FILES += \
interfaces \
UpdateZT.sh \
sftpbatch \
password
password \
Instsshpass.sh
INCLUDEPATH += $$PWD/ \
$$PWD/SeaMaxLinux/ \