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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -