```powershell
 $s.Disconnect();
 Invoke-SSHCommand -Command ("touch latest_end_"+($env:COMPUTERNAME)) -SSHSession $ss;
 $ss.Disconnect();
```