什么更安全? VNC 或 Citrix 或 HTTPS

发布于 2024-09-24 16:49:01 字数 1432 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

〆一缕阳光ご 2024-10-01 16:49:01

电锯和摩托车哪个更安全?答案是,这取决于你如何使用它们。

VNC 本身不提供安全性,但通常与 VPN、SSH、stunnel 等加密包装器一起使用。Citrix 可能直接支持 SSL,我认为这使其更安全,尽管 VNC 通常采用的方式使用同样安全。

我不知道 HTTPS 在该列表中正在做什么。这就像比较电锯和摩托车一样。

Which is safer, a chainsaw or a motorcycle? The answer is, it depends on how you use them.

VNC doesn't provide security by itself, but is generally used with an encryption wrapper such as VPN, SSH, stunnel, etc. Citrix might support SSL directly, which I guess makes it more secure as-is, though the way VNC is typically used is just as secure.

I don't know what HTTPS is doing in that list. It's like comparing a chainsaw and a motorcycle.

<逆流佳人身旁 2024-10-01 16:49:01

VNC 和 HTTP 都不安全。为了安全起见,VNC 可以通过 SSH 建立隧道。 HTTP 可以通过 SSL/TLS 进行隧道传输以确保安全 (https)。

Neither VNC nor HTTP are secure. VNC can be tunneled over SSH to be secure. HTTP can be tunneled over SSL/TLS to be secure (https).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文