Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 642 Bytes

File metadata and controls

28 lines (16 loc) · 642 Bytes

MySSH

MySSH is a shoddy SSH client.

Compilation

Make sure you have the the bignum library.

git clone https://github.com/embok345/bignum

Compile (and optionally install) the bignum library.

Edit the first two lines of Makefile to point to the location of the bignum library and header file.

Then simply run make. This will place the excecutable at bin/myssh

Usage

Connect to an SSH server by running

./myssh [user]@[server]:[port]

where 'user' the the user to connect to the server, 'server' is the address of the SSH server to connect to, and 'port' is the port that the SSH server is running on.