vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

[REQ] compile/link with a newer version of the ssh library #1164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
compile/link with a newer version of the ssh library so it'll support the newer 
~/.ssh/config options like "ControlPersist".

When enabled, I get a connect error dialog with:

OpenSSH_5.2p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /Users/swebb/.ssh/config
/Users/swebb/.ssh/config: line 3: Bad configuration option: ControlPersist
/Users/swebb/.ssh/config: terminating, 1 bad configuration options

I believe that openssh is up to 5.8 now.

Original issue reported on code.google.com by sw...@gnipcentral.com on 26 Aug 2011 at 7:09

GoogleCodeExporter commented 9 years ago
Sequel Pro uses the system installed version of SSH, so you'll need to upgrade 
it yourself if you'd like Sequel Pro to use a newer version.

Original comment by stuart02 on 26 Aug 2011 at 8:46

GoogleCodeExporter commented 9 years ago
As Stuart says, we currently use /usr/bin/ssh .  We could check other standard 
locations for custom installs instead - but it would probably cause confusion.  
Although we could check a list of standard user install locations before 
falling back to /usr/bin/ssh, I suspect it might be safer to continue to use 
the system version…?

Original comment by rowanb@gmail.com on 26 Aug 2011 at 9:08