mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #349] Recommended Server Auth Type? #262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MACscr on GitHub (Jun 27, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/349
Sorry to bug you with another question, but what is the recommended auth type for connecting to servers? SSH, TLS or TCP?
@AlexH-HankIT commented on GitHub (Jun 27, 2014):
SSH Keys, because the setup is simple and i didn't notice any disadvantage. Of course this is only my opinion ;)
@retspen commented on GitHub (Jun 30, 2014):
It depend at your network architecture.
@lub commented on GitHub (Jul 4, 2014):
IMO SSH is the most suitable in most cases because often a SSH server is already running on the machine and is encrypted in contrast to TCP.