Skip to content

NGSpace/sshman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSHMan

When you're too lazy to manage more than 1 ssh server/connection/whatever the fuck you wanna call it.

Requirements:

You need ncurses... that's about it...

Fedora Linux:

sudo dnf install ncurses-devel

Debian and the 900 thousand distros that are based on it:

sudo apt install libncurses-dev

Other Linux distros

IDFK I am not your dad, chances are that if you are here and reading this then you have enough linux experience to figure this shit out yourself...

MacOS

Probably possible but I'm not doing it, if you want feel free to send a PR if you figure it out.

Windows

No.

Debugging

if you want to run a debug build:

make clean run

or if you want just the debug build:

make clean buildDebug

Building

make clean build

Installing

sudo make clean install
preview

About

A TUI Program to help manage SSH servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors