篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json shuttle mac ssh client配置文件相关的知识,希望对你有一定的参考价值。
{
"_comments": [
"Valid terminals include: 'Terminal.app' or 'iTerm'",
"In the editor value change 'default' to 'nano', 'vi', or another terminal based editor.",
"Hosts will also be read from your ~/.ssh/config or /etc/ssh_config file, if available",
"For more information on how to configure, please see http://fitztrev.github.io/shuttle/"
],
"editor": "default",
"launch_at_login": true,
"terminal": "iTerm2.app",
"iTerm_version": "nightly",
"default_theme": "Homebrew",
"open_in": "new",
"show_ssh_config_hosts": false,
"ssh_config_ignore_hosts": [ ],
"ssh_config_ignore_keywords": [ ],
"hosts": [
{
"cmd": "ssh congyihao@jps.jd.com -p 80",
"inTerminal": "tab",
"name": "登录jd堡垒机"
},
{
"cmd": "ssh root@172.16.154.21",
"inTerminal": "current",
"name": "登录clickhouse宿主机"
},
{
"cmd": "tmux attach-session -t cyh-monitor",
"inTerminal": "current",
"name": "连接tmux"
}
]
}
以上是关于json shuttle mac ssh client配置文件的主要内容,如果未能解决你的问题,请参考以下文章