This commit is contained in:
Florian Späth
2025-01-31 01:44:28 +01:00
commit f2f011343f
9 changed files with 105 additions and 0 deletions

7
MEG/manage-MEG.ps1 Normal file
View File

@@ -0,0 +1,7 @@
$Password = "Ob>Q%T\;Cf(9\+T+-7lNQl*i*)(3;Egl"
$command = 'python /home/spaethf/tap_meg.py'
$servername = '192.168.178.4'
$username = 'spaethf'
$plinkpath = 'C:\Program Files (x86)\PuTTY\'
#Execute SSH command
echo y | &($plinkpath + "plink.exe") -pw $password $username@$servername $command