-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Hi, I'm trying to make an SSH connection to my server.
This is my configuration file. The username and password are 100% legal since in my machine from the terminal I can access it.
'servidor' => [
'host' => 'my_host',
'username' => 'admin',
'port' => 'my_port',
'password' => '*****',
'key' => '../config/id_rsa',
'keytext' => '',
'keyphrase' => '*****',
'agent' => '',
'timeout' => 30,
'directory' => '../config/id_rsa',
]
]
I am trying to access with the simple run command
SSH::into('servidor')->run('echo hello world;');
Any suggestions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

