How can I specify the ssh port ,my ssh port is 333.When I ssh remote host,the hawq ssh port is 22.
Thanks
/etc/ssh/sshd_config
#
#port 22
22
333
sshd service
You cannot change ssh port in hawq. Instead, ssh is an operating system utility. So, you can change it from operating system perspective.
Copyright © 2021 Jogjafile Inc.
/etc/ssh/sshd_config
file. Delete#
from line#port 22
and replace22
by333
.sshd service
.