/ssh-ssk

SSH with Secure SSH Keys for lazy people

Primary LanguageShellGNU General Public License v3.0GPL-3.0

ssh-ssk

Caution

This project is still in developement phase.
I can't guarantee the correct behavior and functionality of this program in any way

Description

ssh-ssk is a project to keep safe all your ssh configs and keys by grouping them in encrypted container so you can unlock them with a single password and use all the keys in it without having to put a password on every key.

Usage

This is a tree of the command, between one and another argument may be necessary to add a parameter based on the operation, in that case you can consult the help by pressing Enter on the half completed command. Also every command can be abbreviated with his initial.

script.sh
├── keys
│   ├── generate
│   ├── add
│   ├── remove
│   ├── check
│   └── list
│
├── containers
│   ├── add
│   ├── remove
│   ├── load
│   └── unload
│
└── host
    ├── option
    │   ├── add   
    │   ├── remove
    │   ├── check  
    │   ├── list
    │   └── set
    ├── add
    ├── remove
    ├── check
    └── list