laravelcollective - Unable to connect to remote server - Laravel 4.1 -
i want execute commands in remote server using ssh. configuration :
'connections' => [ 'production' => [ 'host' => '172.55.81.20', 'username' => 'user', 'password' => '', 'key' => 'c:\cygwin64\home\oqannouf\.ssh\id_rsa' ],] i tried ssh::into('production')->run(['ls']);
following error:
unable connect remote server
no additional informations explaining why doesn't work.
note:
- the rsa key correct , can use login server using cygwin.
- even correct password doesn't work.
- i have permissions on folder c:\cygwin64\home\oqannouf.ssh\
Comments
Post a Comment