PHP Tutorial - How to connect to server using ssh2_connect
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=ZFgd2CjUtko
How to connect to ubuntu server using ssh2_connect
step :
- install libssh2-1, php-ssh2 from terminal
- reload apache
- run again your php script
if you need to execute a script from remote server, you can using ssh2_exec($conn, 'pwd')
- see video for details
Other Videos By Ambar Hasbiyatmoko
Tags:
php
ssh
server
ubuntu
tutorial
terminal
remote
linux
execute