XRDP Geolocation / Tcp Wrapper #3041
Unanswered
araujofrancisco
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Provided you're using v0.9.18 or later which incorporates #1976 this should be possible. You'll need to provide a filter script to find the required messages in syslog, or xrdp-sesman.ini. I'd be remiss if I didn't point you at this FAQ. I'd urge you to use a VPN for accessing xrdp over the Internet. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup Geolocation filter using tcp wrapper implementing what I found in (https://blog.reinhard.codes/2023/04/02/restricting-access-to-ssh-using-fail2ban-and-geoip/), it is currently working fine for ssh, however I have not been able to set it up for xrpd.
For ssh I set hosts.allow with:
sshd: ALL: aclexec /usr/local/bin/ssh-filter.sh %a
I have tried doing the same for xrdp without success. Any ideas on how to get it working?
Beta Was this translation helpful? Give feedback.
All reactions