In current implementation the private SSH key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be sufficient because the file is only read.
Comments: ** Comment from web user: Oliver2710 **
Comments: ** Comment from web user: Oliver2710 **
From what I see in the code (PrivateKeyFile.cs) it seems to be fixed.
Haven't checked the binaries so far.
Will give you an update on this as soon as I have a chance to test the beta.
Thanks!