diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-07 11:25:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-07 11:25:01 +0200 |
commit | de23aed0fd266ab3f9cc2eaafe269c2bec9aa44b (patch) | |
tree | 639fd79c9d2fd15b7fd6cd3e1b3f430e1252ad2a | |
parent | ee26591128959cd16e8cdbcfbbf3bc3fdec010f4 (diff) | |
download | lightdm-remote-session-freerdp2-de23aed0fd266ab3f9cc2eaafe269c2bec9aa44b.tar.gz lightdm-remote-session-freerdp2-de23aed0fd266ab3f9cc2eaafe269c2bec9aa44b.tar.bz2 lightdm-remote-session-freerdp2-de23aed0fd266ab3f9cc2eaafe269c2bec9aa44b.zip |
FreeRDP known_hosts2: Provide an empty known_hosts2 file for FreeRDP that site admins need to populate with RDP server host keys.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | README.md | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 75aab62..e5eadaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,10 @@ freerdp2_session_wrapper_CFLAGS = \ -DPKGDATADIR="\"$(pkgdatadir)\"" \ -Wall -Werror +freerdp2_known_hosts2dir = $(sysconfdir)/arctica-greeter/guest-session/skel/.config/freerdp/ +freerdp2_known_hosts2_DATA = \ + known_hosts2 + EXTRA_DIST = \ $(pam_session_DATA) \ freerdp2.desktop.in \ @@ -7,3 +7,13 @@ This code project was originally started by Canonical Ltd. and has been adapted by various authors with the purpose of making Remote Logon against RDP servers via Arctica Greeter (formerly known as Unity Greeter) available on Ubuntu and non-Ubuntu systems alike. + +## Configuration + +For this Remote Logon Add-on to work, you have to populate + +``` +/etc/arctica-greeter/guest-session/skel/.config/freerdp/known_hosts2 +``` + +with your RDP servers' host keys. Otherwise, logins will fail. |