0.1.0 • Published 8 years ago

ssh-login-checker v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

#ssh-login-checker

Check login credentials using SSH connection.

This was essentially build for checking iitk login credentials

Usage:

var client = require("ssh-login-checker");
 
client.login('username','host','password',function(err, info){
	if(err){
		console.log(err);
	} else{
		//Do whatever you want
		//You have logged in 
	}
})

#Installation:
npm install ssh-login-checker


#Test:

pending

#Author:

Bhanu Pratap Chaudhary

#Version History

0.0.1 - First release 
0.0.2- Bug fixes
0.1.0- Moved from Pty.js to ssh2
0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

10 years ago

0.0.1

10 years ago