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 causes SshConfigFileConfiguration::processPath to turn ~/folder into /folder and cause an error.
There are others you can fallback onto ($_SERVER['HOME'] for one) and as a final fallback it should assume the dirname(dirname($file)) of the config file is home (A setter for manually setting it would also be nice)
The text was updated successfully, but these errors were encountered:
This causes
SshConfigFileConfiguration::processPath
to turn~/folder
into/folder
and cause an error.There are others you can fallback onto (
$_SERVER['HOME']
for one) and as a final fallback it should assume thedirname(dirname($file))
of the config file is home (A setter for manually setting it would also be nice)The text was updated successfully, but these errors were encountered: