Skip to content

Commit

Permalink
Not sandboxing the SSH tunnel assistant fixes password auth, host-key…
Browse files Browse the repository at this point in the history
… checks, and password prompts (for both password auth, and encrypted SSH keys)

Fixes #20, Fixes #13
  • Loading branch information
gboudreau committed Jun 16, 2020
1 parent d30f520 commit 141a3f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 1 addition & 15 deletions SequelAceTunnelAssistant.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>NKQ4HJ66PX.sequel-ace</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.sequel-ace.sequel-ace</string>
</array>
<false/>
</dict>
</plist>
1 change: 0 additions & 1 deletion Source/SPSSHTunnel.m
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ - (void)launchTask:(id) dummy

// Use a KnownHostsFile in the sandbox folder
TA(@"-o", [NSString stringWithFormat:@"UserKnownHostsFile=%@/.keys/ssh_known_hosts", NSHomeDirectory()]);
TA(@"-o", @"StrictHostKeyChecking=no");

// Specify an identity file if available
if (identityFilePath) {
Expand Down

0 comments on commit 141a3f8

Please sign in to comment.