简体   繁体   English

通过浏览器打开新的SSH终端

[英]Opening a new SSH Terminal through Browser

I have SSH IP address. 我有SSH IP地址。

Is it possible to open a SSH terminal through browser? 是否可以通过浏览器打开SSH终端? (Just like a hyperlink or a Google Play store Link?) (就像超链接或Google Play商店链接一样?)

For example: Click Here to Open SSH Terminal 例如: 单击此处打开SSH终端

And this should open the SSH and the user will be asked to prompt username/password. 这将打开SSH,并且将要求用户提示用户名/密码。

Thanks, - R 谢谢-R

Another solution is https://github.com/liftoff/GateOne 另一个解决方案是https://github.com/liftoff/GateOne

It's HTML5 based, so no plugins and security problems. 它基于HTML5,因此没有插件和安全问题。

It is also possible to launch an installed APP on your Computer through a link. 也可以通过链接在计算机上启动已安装的APP。 If you are in Windows and you want this to work just for you, use ActiveXObject and WScript which are supported by IE only. 如果您在Windows中,并且希望此方法适合您,请使用仅IE支持的ActiveXObject和WScript。

http://www.codeproject.com/Questions/430857/how-to-launch-a-window-application-exe-from-a-web http://www.codeproject.com/Questions/430857/how-to-launch-a-window-application-exe-from-a-web

Vor you could add a registry key to create your own application url, that you can use later in your Website. 您可以添加一个注册表项来创建自己的应用程序URL,以后可以在您的网站中使用它。

http://www.autohotkey.com/board/topic/71831-application-url-launch-local-application-from-browser/ http://www.autohotkey.com/board/topic/71831-application-url-launch-local-application-from-browser/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM