Simple console tool to scan VPS folders and connect via SSH.
Default root:
C:\MyFile\dev
Each VPS folder should contain:
<vps-folder>\
ip.txt # IP address (first line)
user.txt # username (first line)
<private-key> # no extension or .pem
<public-key>.pub
- Run the app.
- Press Enter to use the default root, or input another directory.
- Pick the VPS number to connect.
- Enter
qto quit.
dotnet publish -c Release -r win-x64 /p:PublishSingleFile=true
The output file is in:
SSHConnect\bin\Release\net10.0\win-x64\publish\