init
This commit is contained in:
7
MEG/manage-MEG.ps1
Normal file
7
MEG/manage-MEG.ps1
Normal 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
|
||||
Reference in New Issue
Block a user