Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 425 Bytes

SSH Client

Installation

$ go get github.com/cia-rana/ssh-client

Usage

  1. Enter $ ssh-client [HOST NAME], exec it.
  2. Enter username.
  3. Enter password. The password is not shown on the monitor.
  4. Become able to use SSH client.

If you would like to finish connecting to the remote host, you execute a finish command like exit or logout, or send a signal like Ctrl+C or Ctrl+D.

License

MIT