Skip to content

deku2026/SSHConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSHConnect

Simple console tool to scan VPS folders and connect via SSH.

Folder structure

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

Usage

  1. Run the app.
  2. Press Enter to use the default root, or input another directory.
  3. Pick the VPS number to connect.
  4. Enter q to quit.

Build (AOT single file)

dotnet publish -c Release -r win-x64 /p:PublishSingleFile=true

The output file is in:

SSHConnect\bin\Release\net10.0\win-x64\publish\

About

SSH Connect Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages