When deploying a TiDB cluster using TiUP, if the node's SSH port is not the default 22, what parameter should be used in commands like `tiup cluster check` to specify the SSH port number?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 使用 TiUP 部署 TiDB 集群时,如果节点ssh端口不是默认的22,tiup cluster check等指令用什么参数制定ssh端口号

| username: Jaimyjie

When using TiUP to deploy a TiDB cluster, if the node’s SSH port is not the default 22, what parameter should be used in the tiup cluster check and other commands to specify the SSH port number? Thank you.

| username: Soysauce520 | Original post link

Specify SSH in the global section of the YAML file.

| username: Kongdom | Original post link

Modify here

| username: tidb菜鸟一只 | Original post link

Set it in the configuration file.

| username: Fly-bird | Original post link

Specify ssh_port in the YAML file

| username: 路在何chu | Original post link

Just modify the configuration file.

| username: swino | Original post link

You can modify it in the configuration file.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.