Answer the question
In order to leave comments, you need to log in
How to organize remote work of employees?
In the light of recent events, a task has been received to organize remote work for ~ 700 users.
Introductory:
1. User workstations - Windows 7 / Windows 10
2. There is a free server
3. I won’t tell you about network hardware, I work for a couple of days, another department is engaged in networks
4. There is no money) (well, they are, but there is no time for something buy)
5. Must be done yesterday
6. Access to the user's workstation - only RDP
Such is the case.
As an option, we are thinking about Remote Desktop Gateway, but so far there are difficulties with the connection.
What do you suggest?
Answer the question
In order to leave comments, you need to log in
My solution (has been working for a long time). Works on everything that moves - Androids, Windows, Macs.
SSH tunnel with passcode protected keys.
-set up a server with access to the Internet on a white IP
-cut off the entrance as root
-cut off the shell
-attach
ssh to a random port
-make
personal accounts for all users, generate keys and the private part of the key.
plink -P ПОРТ -l ЛОГИН -i КЛЮЧ_ЗАКРЫТЫЙ.PPH -N -L 23389:МАШИНА_КЛИЕНТА_В_ОФИСЕ:3389 АДРЕС_ШЛЮЗА_В_ИНЕТЕ
pause
as mentioned above ssh +rdp https://habr.com/ru/post/319158/
and vpn with simple interface for clients such as softether vpn and analogues for openvpn
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question