Documentation

SSH1.php

Pure-PHP implementation of SSHv1.

PHP version 5

Here's a short example of how to use this library:

login('username', 'password')) { exit('Login Failed'); } echo $ssh->exec('ls -la'); ?>

Here's another short example:

login('username', 'password')) { exit('Login Failed'); } echo $ssh->read('username@username:~$'); $ssh->write("ls -la\n"); echo $ssh->read('username@username:~$'); ?>

More information on the SSHv1 specification can be found by reading protocol-1.5.txt.

Tags
category

Net

author

Jim Wigginton terrafrost@php.net

copyright

2007 Jim Wigginton

license

http://www.opensource.org/licenses/mit-license.html MIT License

link
http://phpseclib.sourceforge.net

Interfaces, Classes and Traits

SSH1
Pure-PHP implementation of SSHv1.

Search results