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
When setExecutable is called on an SshScpFile, the command "chmod +x" is executed. This should be "chmod a+x" to prevent the umask from preventing some of the executable bits from being set.