update page now

Secure Shell2

Introduction

Bindings to the » libssh2 library which provide access to resources (shell, remote exec, tunneling, file transfer) on a remote machine using a secure cryptographic transport.

add a note

User Contributed Notes 1 note

up
13
zelnaga+php at gmail dot com
17 years ago
if you're trying to connect to an ssh server in an environment where the ssh2 extension cannot be installed this pure-php implementation may be helpful:

http://phpseclib.sourceforge.net/documentation/net.html
To Top