Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 501 Bytes

quickstart.rst

File metadata and controls

38 lines (20 loc) · 501 Bytes

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