User Tools

Site Tools


windows:programs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:programs [2025/12/28 04:29] – [OpenSSH] Sean Rhonewindows:programs [2026/01/15 03:48] (current) – [OpenSSH] Sean Rhone
Line 24: Line 24:
   * https://github.com/PowerShell/Win32-OpenSSH (''scp'' included too)   * https://github.com/PowerShell/Win32-OpenSSH (''scp'' included too)
   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
 +
 +  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & "curl.exe" --output "%UserProfile%\Downloads\OpenSSH-Win64.zip" --location "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip"
 +
 +  RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" & "tar.exe" xf "%UserProfile%\Downloads\OpenSSH-Win64.zip" -C "%UserProfile%\Downloads"
  
   "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe"   "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe"
  
   "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe"   "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe"
 +
 +  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64"
 +
 +==== Alira ====
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" espionage724@192.168.1.152
  
   "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe" espionage724@192.168.1.152:~/* "%UserProfile%\Downloads"   "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe" espionage724@192.168.1.152:~/* "%UserProfile%\Downloads"
 +
 +==== Router ====
 +
 +****
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1
  
 ====== Browsers ====== ====== Browsers ======
/usr/local/www/wiki/data/attic/windows/programs.1766914151.txt.gz · Last modified: by Sean Rhone