I need to achieve glusterfs geo replication.
我需要实现glusterfs geo复制。
In my production environment the port 22 is not open between the servers I want to do replication (This is by design and we have to leave with it).
在我的生产环境中,端口22在我想要复制的服务器之间没有打开(这是设计的,我们必须随身携带)。
Is there a way I can use a customize ssh port (i.e 22222) to achieve it.
有没有办法可以使用自定义ssh端口(即22222)来实现它。
Is there any other solution for this.
有没有其他解决方案。
NOTE: I can not use other servers other then this two.
注意:我不能使用除此之外的其他服务器。
1 个解决方案
#1
9
Gluster uses the installed ssh client meaning you can override configuration using the normal ssh_config.
Gluster使用已安装的ssh客户端,这意味着您可以使用正常的ssh_config覆盖配置。
So create .ssh/config in the homedir of the user that runs glusterfs (probably root) and configure the client using the documented Host
:
因此,在运行glusterfs(可能是root)的用户的homedir中创建.ssh / config,并使用记录的Host配置客户端:
[glusterfsnode-hostname]
Port 2222
Alternatively, you can configure glusterfs to use a different ssh-command, and add -p 2222
there
或者,您可以配置glusterfs以使用不同的ssh命令,并在那里添加-p 2222
#1
9
Gluster uses the installed ssh client meaning you can override configuration using the normal ssh_config.
Gluster使用已安装的ssh客户端,这意味着您可以使用正常的ssh_config覆盖配置。
So create .ssh/config in the homedir of the user that runs glusterfs (probably root) and configure the client using the documented Host
:
因此,在运行glusterfs(可能是root)的用户的homedir中创建.ssh / config,并使用记录的Host配置客户端:
[glusterfsnode-hostname]
Port 2222
Alternatively, you can configure glusterfs to use a different ssh-command, and add -p 2222
there
或者,您可以配置glusterfs以使用不同的ssh命令,并在那里添加-p 2222