Skip to content

embok345/myssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published