PHP Function List
ssh doesn't exist. Closest matches:
- ssh2_fetch_stream
- ssh2_sftp_lstat
- ssh2_sftp
- ssh2_scp_recv
- ssh2_exec
- ssh2_publickey_list
- ssh2_publickey_init
- ssh2_auth_pubkey_file
- ssh2_auth_hostbased_file
- ssh2_publickey_add
- ssh2_sftp_mkdir
- ssh2_tunnel
- ssh2_connect
- ssh2_sftp_unlink
- ssh2_sftp_symlink
- ssh2_shell
- ssh2_auth_password
- ssh2_methods_negotiated
- ssh2_fingerprint
- ssh2_scp_send
Site Search Results
-
ssh2_auth_password — Authenticate over SSH using a plain password; ssh2_auth_pubkey_file — Authenticate using a public key; ssh2_connect — Connect to an SSH server
-
OK, the SSH class I wrote is now available for free on the Net. The class uses an underlying SSH implementation, and hence does not require any library to be compiled against.
-
$SSH_CONNECTION= ssh2_connect('shell.example.com', 22); ssh2_auth_password($SSH_CONNECTION, 'username', 'password'); ...
-
Establish a connection to a remote SSH server. Once connected, the client should verify the server's hostkey using ssh2_fingerprint(), then authenticate using either ...
-
I was unaware of this and actually had to make a script for deleting these files as I could not do this from ftp/ssh even though I did have read/write/execute access to both files ...
-
Parameters. host. The FTP server address. This parameter shouldn't have any trailing slashes and shouldn't be prefixed with ftp://. port
-
Open a socket stream to an arbitrary host/port by way of the currently connected SSH server.
-
Parameters. session. An SSH connection link identifier, obtained from a call to ssh2_connect(). command. pty. env. env may be passed as an associative array of name/value ...
-
ssh2_auth_pubkey_file - Manual1. ssh-keygen -t rsa -f id_rsa generate with no passphrase 2. append the id_rsa.pub file to server B /root/.ssh/authorized_keys2 3. copy the id_rsa and id_rsa.pub files to a ...
-
SSH to your php directory and enter the following: mkfifo -m 772 .debug tail -f .debug Now in your php scripts direct debug messages to the debug FIFO with:

Other forms of search
To search the string "ssh" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
