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 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$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?
Beta Was this translation helpful? Give feedback.
All reactions