You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behaviour makes it impossible to use the driver for servers that are set up like this.
It would be better to let home return '' then instead of raising the error.
The text was updated successfully, but these errors were encountered:
There are servers that allow SFTP only but not SSH shell access, e.g. my web server at my hosting provider df.eu (domainfactory).
Under these circumstances,
https://github.com/alexeypetrushin/vos/blob/master/lib/vos/drivers/ssh.rb#L107
will fail and
https://github.com/alexeypetrushin/vos/blob/master/lib/vos/drivers/ssh.rb#L109
raises an uncaught error.
This behaviour makes it impossible to use the driver for servers that are set up like this.
It would be better to let
home
return''
then instead of raising the error.The text was updated successfully, but these errors were encountered: