0.1.0 • Published 5 years ago

sshh v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

SSHH

NOTE: this is still a work in progress, currently at version 0.1.0.

Getting started

Install SSHH via NPM (or YARN, pnpm, ...) into the global scope:

npm i -g onnovalkering/sshh

Then add the following function to your shell configuration:

sshh() { /usr/bin/env sshh $@ source .sshh }

Why this function? This is SSHH's way of starting a SSH connection, without having to manage the connection itself. The temporary .sshh file will contain the SSH command to execute, combined with a rm .sshh command to self-destruct.