📜  ssh 连接到主机 bitbucket.org 端口 22:连接超时 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:55.043000             🧑  作者: Mango

代码示例1
Use your favorite terminal
vim ~/.ssh/config

Add these lines and save it.

Host bitbucket.org
Hostname  altssh.bitbucket.org
Port  443