Changes for page Remote Desktop Zugang

Last modified by Aysegül Omus on 2024/05/14 12:33

From version 3.1
edited by Thomas Walter Erbesdobler
on 2023/06/29 16:08
Change comment: There is no comment for this version
To version 5.1
edited by Aysegül Omus
on 2024/05/14 12:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.erbesdob
1 +XWiki.kahraman
Content
... ... @@ -2,16 +2,18 @@
2 2  
3 3  You can access the BlackBox Workplace via xrdp and the Remote Desktop Protocols (RDP).
4 4  
5 -You just need a RDP client. Those are available for all usuall operating systems. You can find a list down below.
5 +You just need a RDP client. Those are available for all usual operating systems. You can find a list down below.
6 6  
7 -The client needs to be late enough to support certificate based authentification and modern cypher suites. (##ciphers AES+aRSA:AES+aECDH:AES+aECDSA##)
7 +The client needs to be late enough to support certificate-based authentification and modern cipher suites. (##ciphers AES+aRSA:AES+aECDH:AES+aECDSA##)
8 8  
9 -Because of this a ssh tunel is not further needed.
9 +Because of this a ssh tunnel is not further needed.
10 +
10 10  = Access Server =
11 11  
12 12  You can access the informatic workplace, as it is accessible in the RechnerHallen, via
13 13  
14 14  {{code}}
16 +
15 15  lxhalle.in.tum.de</blockquote>
16 16  {{/code}}
17 17  
... ... @@ -31,22 +31,21 @@
31 31  
32 32  = Session =
33 33  
34 -After verification of the server you have to provide your username and password to establish a session with you account.
36 +After verification of the server, you have to provide your username and password to establish a session with your account.
35 35  
36 -This can either happen after connecting or your client ask for before that.
38 +This can either happen after connecting or if your client asks for it before that.
39 +
37 37  == Session restore ==
38 38  
39 -A session can be hold alive even if you aren't connected.
42 +A session can be held alive even if you aren't connected.
40 40  
41 -To achieve this use the xrdp-dis command or just close the window, please do not try to log out through menu {{html wiki="true"}}
42 -<span > Apllication -> logout</span>
43 -{{/html}} (Sometimes it's just closing it).
44 +To achieve this use the xrdp-dis command or just close the window, please do not try to log out through menu {{html wiki="true"}}<span > Apllication -> logout</span>{{/html}} (Sometimes it's just closing it).
44 44  
45 -When you reconnect to your session it will be revived. This can happen from a completly different computer and also the resolution of the connection window will be adjusted.
46 +When you reconnect to your session it will be revived. This can happen from a completely different computer and also the resolution of the connection window will be adjusted.
46 46  
47 47  = Executing applications multiple times =
48 48  
49 -You can execute software multiple times, like in different rdp session or if you are logged into your account directly and have a rdp session open. Be aware that not all applications support this. If you receive a notification that your application is already open you need to close it in the other user session so you can reopen it in the wanted session.
50 +You can execute software multiple times, like in different rdp sessions or if you are logged into your account directly and have a rdp session open. Be aware that not all applications support this. If you receive a notification that your application is already open you need to close it in the other user session so you can reopen it in the wanted session.
50 50  
51 51  == Know problematic software ==
52 52  
... ... @@ -56,9 +56,9 @@
56 56  * Vivaldi
57 57  * LibreOffice
58 58  
59 -Those - and other - applications warn you if you want to open them multiple times as the same user. This warnings can be correct(if you have multiple sessions open) but can also be the result of a incomplete shutdown of the program. Some software also offers to clean up the program folders so the program can be started again.
60 +Those - and other - applications warn you if you want to open them multiple times as the same user. These warnings can be correct(if you have multiple sessions open) but can also be the result of a incomplete shutdown of the program. Some software also offers to clean up the program folders so the program can be started again.
60 60  
61 -Care: This can result to severe loss of data if the application is actually running!!
62 +Care: This can result to severe loss of data if the application is running!!
62 62  
63 63  For Firefox and Thunderbird you can execute the scripts {{code}}repair_firefox.sh{{/code}} and {{code}}repair_thunderbrid.sh{{/code}}. Those clean up the locks that prohibit these to run multiple times.
64 64  
... ... @@ -68,19 +68,19 @@
68 68  
69 69  Occasionally the Filemanager can show an error message when you try to find the home directory: {{code language="none"}}Failed to open directory ... thinclient_drives: Transport endpoint is not connected{{/code}}
70 70  
71 -This could happen when you have connected and disconnted the xrdp Server too often and does not release the directory thinclient_drives correctly. This Error could be fixed by giving the following command in the terminal:
72 +This could happen when you have connected and disconnected the xrdp Server too often and do not release the directory thinclient_drives correctly. This Error could be fixed by giving the following command in the terminal:
72 72  
73 73  {{code}}
74 74  $ fusermount -u ~/thinclient_drives
75 75  {{/code}}
76 76  
77 -The directory thinclient_drives will be used as File- and clipboardshare with the local computer (which is supported by the rdp client).
78 +The directory thinclient_drives will be used as File- and clipboard share with the local computer (which is supported by the rdp client).
78 78  
79 -The directory thinclient_drives also need to be acceseable for everyone, which means execution right has to be given in order to unmount this. Please note this, when the home directory is protected. This could be the reason that the error message first occurred.
80 +The directory thinclient_drives also needs to be accessible for everyone, which means execution rights have to be given to unmount this. Please note this, when the home directory is protected. This could be the reason that the error message first occurred.
80 80  
81 81  == immediately Log out from the application ==
82 82  
83 -If your application terminate immediately in spite of the correct password, you can log in to the remote desktop Server via ssh and the Sesion with killall Xorg manual terminate.
84 +If your application terminates immediately despite the correct password, you can log in to the remote desktop Server via ssh and the Session with killall Xorg manually terminate.
84 84  
85 85  {{code}}
86 86  $ ssh <Remote Desktop Server>
... ... @@ -92,7 +92,7 @@
92 92  
93 93  = Safety measures =
94 94  
95 -The RDP server authentificates itself by certificate to the client.
96 +The RDP server authenticates itself by certificate to the client.
96 96  
97 97  {{html wiki="true"}}
98 98  <span class='WYSIWYG_COLOR ' style='color:Red'>Care:</span>
... ... @@ -100,9 +100,11 @@
100 100  
101 101  Notifications about an errand certificate should never be ignored. Check the fingerprint (look above)!
102 102  
103 -For access only TLSv1.1 and TLSv1.2 with following ciphers are allowed:
104 +For access only TLSv1.1 and TLSv1.2 with the following ciphers are allowed:
104 104  
105 -{{code language="none"}}openssl ciphers AES+aRSA:AES+aECDH:AES+aECDSA{{/code}}
106 +{{code language="none"}}
107 +openssl ciphers AES+aRSA:AES+aECDH:AES+aECDSA
108 +{{/code}}
106 106  
107 107  Be sure the version of your RDP client support those.
108 108  
... ... @@ -110,15 +110,17 @@
110 110  
111 111  == macOS ==
112 112  
113 - [[Microsoft Remote Desktop>>https://apps.apple.com/de/app/microsoft-remote-desktop/id1295203466?l=en&mt=12]]
114 -** Version 10 doesn't show fonts in the login window. Not further problematic since it does need your account data in the config. The login window just gets shown if your data is wrong. You can also use the login without fonts. No other problems known.
116 +[[Microsoft Remote Desktop>>https://apps.apple.com/de/app/microsoft-remote-desktop/id1295203466?l=en&mt=12]]
115 115  
118 + Version 10 doesn't show fonts in the login window. Not further problematic since it does need your account data in the config. The login window just gets shown if your data is wrong. You can also use the login without fonts. No other problems are known.
119 +
116 116  == Linux ==
117 117  
118 - [[KRDC>>http://www.kde.org/applications/internet/krdc/]]
122 +[[KRDC>>http://www.kde.org/applications/internet/krdc/]]
123 +
119 119  * [[Vinagre>>https://wiki.gnome.org/Apps/Vinagre/]]
120 120  * [[Remmina>>https://www.remmina.org/]] (Installed on the BlackBox)
121 -** For best performance configure ##RemoteFX (32 bpp)## as Color depth.
126 +* For best performance configure ##RemoteFX (32 bpp)## as Color depth.
122 122  
123 123  == Windows ==
124 124