Skip to content

Latest commit

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date

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.listensock.close

Licensed under: The MIT License (MIT)

Thanks:

About

A Ruby impelementaiotn of the SSH Server Side Protocol using ffi

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages