Getting Started

Getting started

Prerequisites

  • ssh and sshpass available in your PATH.
  • Password-based SSH access to your target hosts.
warning
Password-only authentication

Go-SSH currently supports password-based SSH only. SSH key auth is not supported.

Build and run

bash — 80x24
$~/Go-SSHmake build-all
Builds written to dist/.
$~/Go-SSH./dist/go-ssh-<platform>

You can also run it without building:

go run .

First launch

  1. Enter a master password to unlock the vault.
  2. Press n to add your first connection.
  3. Select the connection and press c to connect.