sshman

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2021 License: MIT Imports: 16 Imported by: 0

README

sshman

A simple terminal UI for managing SSH sessions

sshman uses your unix current user and it creates an account for you. All account and session infos are stored in sqlite located at $HOME/.sshman. I tried to make it safe as possible as I can. Account passwords are stored as hashed and SSH session passwords are stored as encrypted by using your account password as key.

install

with go

$ go install github.com/bakyazi/sshman
$ sshman

with source code

$ git clone https://github.com/bakyazi/sshman
$ cd sshman
$ go run *.go

or with docker

$ docker build -t sshman .
$ ./rundocker.sh

demo

demo

dependencies

ui: this

ssh-client: this

DB/sqlite: this

roadmap

  • grouping sessions
  • ssh key option (current just username&password)
  • maybe more fancy modals for login/signup/new connection screens

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL