Skip to content

A Ruby impelementaiotn of the SSH Server Side Protocol using ffi

License

Notifications You must be signed in to change notification settings

bararchy/SSHSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSHSocket

A Ruby impelementaiotn of the SSH Server Side Protocol using ffi

Usage:

require 'sshsocket'

sock = SSHSocket::Socket.new(rsakey: '/path/to/ssh_host_rsa_key', 
			   		 dsakey: '/path/to/ssh_host_dsa_key',
			   		 password: 'test',
			   		 user: 'test',
			   		 port: '5555',
			   		 listen_address: '0.0.0.0',
			   		 banner: 'my_SSH',
			   		 timeout: "300")
sock.listen
sock.close

Licensed under: The MIT License (MIT)

Thanks:

About

A Ruby impelementaiotn of the SSH Server Side Protocol using ffi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages