Misha - tui ssh client

Misha - SSH client made on go
Made using data from packages:
β¨ Install
Install using homebrew:
# macOS or Linux
brew install misha-ssh/tap/misha
If you get an error - git-credential-osxkeychain wants to access key
then you can refuse to provide access and continue downloading
You can also install the package from the release via the link
π Examples & Usage
The list of commands that you can use in this SSH client
π Connect
The command to connect to the remote server

βοΈ Create
The command to create a connection

πͺ Update
The command to update the connection

π Delete
The command to delete the connection

π€ Run ssh server
for local testing, you can raise your ssh servers - there are three types of them.
- password connection
to run, write the command:
make up-ssh
to install and remove the server:
make down-ssh
Server accesses:
login - root
address - localhost
password - password
port - 22
- connect with a private key
to run, write the command:
make up-ssh-key
to install and remove the server:
make down-ssh-key
Server accesses:
login - root
address - localhost
private key - ./dockerkey
port - 2222
- connecting via a non-standard port
to run, write the command:
make up-ssh-port
to install and remove the server:
make down-ssh-port
Server accesses:
login - root
address - localhost
password - password
port - 2222
π§ͺ Testing
The command to launch the linter:
make lint
π€ Feedback
We appreciate your support and look forward to making our product even better with your help!
@Denis Korbakov