mirror of https://github.com/tp4a/teleport
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
![]() |
{
|
|||
|
"ssh": {
|
|||
|
"selected": "putty",
|
|||
|
"available": [
|
|||
|
{
|
|||
|
"name":"putty",
|
|||
|
"display": "PuTTY(内置)",
|
|||
|
"app": "{assist_tools_path}\\putty\\putty.exe",
|
|||
|
"cmdline": "-ssh -pw **** -P {host_port} -l {user_name} {host_ip}"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "crt",
|
|||
|
"display": "SecureCRT",
|
|||
|
"app": "",
|
|||
|
"cmdline": "/T /N \"TP#ssh://{real_ip}\" /SSH2 /P {host_port} /PASSWORD **** {user_name}@{host_ip}"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "xshell",
|
|||
|
"display": "Xshell",
|
|||
|
"app": "",
|
|||
|
"cmdline": "-newtab \"TP#ssh://{real_ip}\" -url ssh://{user_name}:****@{host_ip}:{host_port}"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "other",
|
|||
|
"display": "自定义",
|
|||
|
"app": "",
|
|||
|
"cmdline": ""
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"scp": {
|
|||
|
"selected": "winscp",
|
|||
|
"available": [
|
|||
|
{
|
|||
|
"name":"winscp",
|
|||
|
"display": "WinSCP(内置)",
|
|||
|
"app": "{assist_tools_path}\\winscp\\winscp.exe",
|
|||
|
"cmdline": "/sessionname=\"TP#{real_ip}\" {user_name}:****@{host_ip}:{host_port}"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "other",
|
|||
|
"display": "自定义",
|
|||
|
"app": "",
|
|||
|
"cmdline": ""
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"telnet": {
|
|||
|
"selected": "putty",
|
|||
|
"available": [
|
|||
|
{
|
|||
|
"name":"putty",
|
|||
|
"display": "PuTTY(内置)",
|
|||
|
"app": "{assist_tools_path}\\putty\\putty.exe",
|
|||
|
"cmdline": "telnet://{user_name}@{host_ip}:{host_port}"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "crt",
|
|||
|
"display": "SecureCRT",
|
|||
|
"app": "",
|
|||
|
"cmdline": "/T /N \"TP#telnet://{real_ip}\" /ARG {user_name} /SCRIPT \"{assist_tools_path}\securecrt-telnet.vbs\" /TELNET {host_ip} {host_port}"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "other",
|
|||
|
"display": "自定义",
|
|||
|
"app": "",
|
|||
|
"cmdline": ""
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
}
|