Quick Start

Install

sudo pip3 install sshx

Initialization

Perform only once after you’ve installed sshx.

sshx init

Adding an account

sshx add myhost -l test@192.168.9.155

This command will ask you to type your password and sshx would store the encrypted password.

Connect to the account

sshx connect myhost