Skip to content

JuliaWeb/LibSSH.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibSSH.jl

docs-stable docs-dev

A Julia wrapper for libssh. Sneak peak:

import LibSSH as ssh

session = ssh.Session("foo.com")
ssh.userauth_password(session, "password")
close(session)

See the docs for more information.