cli

module
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2025 License: MIT

README ΒΆ

Misha - cli ssh client

Go Report Card Release Action Lint Action Build GitHub Repo stars

Misha - SSH client made on go

Made using data from packages:

✨ Install

Install using homebrew:

# macOS or Linux
brew install --cask misha

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

asciicast

✍️ Create

The command to create a connection

asciicast

πŸͺ„ Update

The command to update the connection

asciicast

πŸ†‘ Delete

The command to delete the connection

asciicast

πŸ€– Run ssh server

for local testing, you can raise your ssh servers - there are three types of them.

  1. 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
  1. 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
  1. 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

Directories ΒΆ

Path Synopsis
cmd
misha command
configs
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL