thinkingqi / mysql-master-ha

Automatically exported from code.google.com/p/mysql-master-ha
0 stars 0 forks source link

modify ssh_port #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mysql-master-ha can add an option to modify ssh_port many ssh server is not 
running on standard port 22!

Original issue reported on code.google.com by unix114 on 21 Oct 2011 at 8:08

GoogleCodeExporter commented 9 years ago
Currently MHA does not have an option to set ssh port. A recommended approach 
is setting Port parameter in /etc/ssh/ssh_config (ssh client parameter). Hope 
this will solve your issue.

Original comment by matsunob...@dena.jp on 8 Nov 2011 at 2:34

GoogleCodeExporter commented 9 years ago
Will support "ssh_port" parameter in the upcoming version. Until then, please 
set /etc/ssh/ssh_config. 

Original comment by Yoshinor...@gmail.com on 8 Nov 2011 at 9:54

GoogleCodeExporter commented 9 years ago
I've implemented and pushed to the GitHub tree.
https://github.com/yoshinorim/mha4mysql-manager
https://github.com/yoshinorim/mha4mysql-node

Both node and manager packages need to be updated.
Please use ssh_host and/or ssh_port parameters.
http://code.google.com/p/mysql-master-ha/wiki/Parameters?#ssh_host

Feel free to reopen this issue if you encounter problems.

Original comment by Yoshinor...@gmail.com on 9 Nov 2011 at 9:47

GoogleCodeExporter commented 9 years ago
thank you!

Original comment by unix114 on 11 Nov 2011 at 5:57