Files
server-tools/MEG/manage-MEG.ps1
Florian Späth f2f011343f init
2025-01-31 01:44:28 +01:00

7 lines
291 B
PowerShell

$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