Replies: 1 comment
|
Command "ssh" is not available. You need to install an SSH client. e.g., apt-get install openssh-client --no-install-recommends |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
$process = Ssh::create('HOST', 'USER')->execute('ls -a');
dd($process->getErrorOutput());
This is my dump
"sh: 1: ssh: not found"
If i just use $connection = ssh2_connect('HOST', 22); i dont have any problem to connect.
What could be the problem?
All reactions