Shuttle - Mac 下的遠端SSH登入工具
Shuttle 官網
windows 下遠端登入通常會使用 Xshell、PuTTY,而在 Mac 訪問虛擬機器可以使用 shuttle。
20190117 新增,推薦一個跨平臺的免費開源工具:Termius
參考
.shuttle.json 檔案
{
"_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": "iTerm",
"iTerm_version": "nightly",
"default_theme": "Homebrew",
"open_in": "new",
"show_ssh_config_hosts": false,
"ssh_config_ignore_hosts": [],
"ssh_config_ignore_keywords": [],
"hosts": [
{
"cmd": "ps aux | grep defaults",
"name": "Grep - Opens in Default-window-theme-title"
},
{
"Spouses Servers": [
{
"cmd": "echo '—->WARNING! Running commands<-- Are you sure? y/n'; read sure; if [ $sure == y ]; then echo running command && ps aux | grep [a]pple; else echo save to history and show... && history -s 'ps aux | grep [a]pple' && osascript -e 'tell application \"System Events\" to keystroke \"p\" using {control down}'; fi",
"inTerminal": "current",
"name": "Logs - Opens in the current active terminal window"
},
{
"Jane’s Servers": [
{
"cmd": "ssh username@blog2.example.com",
"inTerminal": "tab",
"name": "SSH blog - Opens in Tab of active window",
"theme": "basic",
"title": "title of tab"
},
{
"cmd": "ssh username@shop1.example.com",
"inTerminal": "new",
"name": "SSH Shop - Opens in New Window",
"theme": "basic",
"title": "title of new window"
}
]
}
]
},
]
}
JSON 格式說明
{
"選單名稱": [
{
"cmd": "需要執行的 ssh 命令",
"inTerminal": "命令執行的視窗模式:new/tab/current",
"name": "子選單名",
"theme": "終端主題:basic",
"title": "新視窗/新標籤頁標題,缺失時使用 name 作為標題",
}
]
},
相關文章
- Linux 遠端 ssh 登入Linux
- SSH遠端登入原理
- ssh遠端登入協議協議
- Mac SSH 免密登入 連線遠端伺服器Mac伺服器
- SSH 遠端登入「記住密碼」密碼
- Linux更改SSH遠端登入埠教程Linux
- Ubuntu中允許root遠端ssh登入的方法Ubuntu
- Ubuntu開啟ssh服務遠端登入Ubuntu
- vnc登入,vnc遠端登入工具的使用方法VNC
- SSH免密登入與SCP遠端複製
- docker hub 下載centos配置ssh遠端登陸DockerCentOS
- 華為eNSP基礎入門-配置SSH遠端登入
- SSH以及ROS遠端登入設定保姆級教程ROS
- 每天一條Linux命令(24) ssh (遠端安全登入)Linux
- VS Code / Pycharm配置SSH遠端開發(免密登入)PyCharm
- vnc登入,4個能夠vnc登陸的遠端工具VNC
- windows ssh遠端登入阿里雲遇到permissions are too open的錯誤Windows阿里
- 使用SSH命令列遠端登入執行在CloudFoundry上的應用命令列Cloud
- 終端SSH工具:SecureCRT for macSecurecrtMac
- SecureCRT for mac 終端SSH工具SecurecrtMac
- SecureCRT for mac(終端SSH工具)SecurecrtMac
- 終端SSH工具:SecureCRT MacSecurecrtMac
- linux SSH服務允許root使用者遠端登入Linux
- 一個ssh無法遠端登入的問題跟蹤解決
- Mac 上 ssh 別名登入Mac
- Linux(CentOS 7)VMWare下配置遠端登入LinuxCentOS
- Linux Debian11伺服器安裝SSH,建立新使用者並允許SSH遠端登入,及SSH安全登入配置!Linux伺服器
- Solaris 11 設定root使用者允許SSH遠端登入
- SecureCRT Mac_終端SSH工具SecurecrtMac
- Linux下 SSH遠端管理服務Linux
- SecureCRT for Mac(強大的終端SSH工具)SecurecrtMac
- SecureCRT for Mac 強大的終端SSH工具SecurecrtMac
- rocky one 遠端登入
- redis - 遠端登入指令Redis
- 如何使用ssh工具便於遠端管理
- 解決Ubuntu下MySQL遠端登入問題UbuntuMySql
- 怎麼登入遠端伺服器 遠端登入VPS伺服器伺服器
- mac膝上型電腦的終端iterm2儲存ssh登入密碼快速登入Mac密碼