forums › forums › SQLyog › Using SQLyog › SSH/SFTP/SSL
- This topic is empty.
-
AuthorPosts
-
-
August 4, 2003 at 11:26 pm #8120paulmaherstarwarsParticipant
I just connected to a MySQL database on a server that isn't SSL equipped with the SSL box checked in SQLYog Shouldn't SQLYog warn me that it wasn't able to connect with SSL ?
Also might you be adding SSH/SFTP support in the near future, that would be nice built right in to the program and I think very good move on your part, would definately boost slaes!!
Thanks……………
-
August 4, 2003 at 11:55 pm #14741CalEvansMember
How would sftp be beneficial to a program that connects to sql servers?
=C=
-
August 5, 2003 at 12:15 am #14742paulmaherstarwarsParticipant
SSH1/SSH2 I should have said………… SSH2 is apparently big step forward in security, I'm no expert myself just what I've been reading …….
-
August 5, 2003 at 6:56 am #14743ShadowMember
SSL was meant to be a transparent protocol, the communicating parties need not be aware of its presence and therefore need not check whether the connection is secured. If an application requires encription under all circumstances then it would be necessary to check whether ssl is enabled or not. I don't consider SQLyog such an application…
-
August 5, 2003 at 8:28 am #14744paulmaherstarwarsParticipant
If for any reason an SSL connection was not achieved I would like SQLYog to tell me or else I'm blissfully unaware that my sesitive data is being compromised. You think that's Ok though do you?
-
August 5, 2003 at 10:30 am #14745ShadowMember
The problem is, that MySql provides poor feedback whether SSL connection has been established or not. If you had not set REQUIRE SSL, then MySql would silently connect you in the unencrypted way providing that SSL did not work out. Even if you had set REQUIRE SSL,but your MySql is not open_ssl enabled then MySql would connect you in the traditional way. It is known bug, perhaps 4.0.14 had it already fixed, I'm not sure.
Anyway, no matter what os you speak of, most MySql users have experienced difficulties setting up SSL enabled MySql servers. If I wanted to be sure that I have a secure connection to MySql, I would use an SSH client to tunnel my queries to the server. The trick is to have an SSL client on your machine and on the machine where MySql is running.
To be honest, I never really liked SSL and if security is so important, than administer your DB from localhost because that is the safest way!
-
August 5, 2003 at 4:13 pm #14746paulmaherstarwarsParticipant
I believe Stable OpenSSL support is planned for the final release of 4.1, the point I'm making is that I'd like to see SSH built right into SQLYog, maybe the devlopers will let me know if there are any plans for this feature to be added in the near future, it can only be a good thing for everybody…..
-
August 6, 2003 at 7:02 am #14747ShadowMember
What can a client do, if MySql refuses to connect via SSL, but connects in the normal way and does not raise any error (may log in in the error log in case log-warnings is specified and you run MySql 4.0.13 or higher) and there is no variable that would indicate that the connection is secured or not?
-
August 6, 2003 at 8:23 am #14748paulmaherstarwarsParticipant
I've been told that SSH integration is planned for v3.6 of SQLYog, so that's good news.
That puts a finishing touch to very good software …..
-
August 6, 2003 at 10:05 am #14749RiteshMember
Sorry.
SSH support is planned for SQLyog Max.
-
-
AuthorPosts
- You must be logged in to reply to this topic.