Skip to content
Snippets Groups Projects
Commit af2a6a5e authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added remote access remmina, rdp.

parent 239ed0eb
No related branches found
No related tags found
No related merge requests found
......@@ -379,6 +379,45 @@ vi
- in gvim replace \r --> nothing
- in uex save new file as Linux, save as, menu edit/preferences/line end
*******************************************************************************
* Remote access
*******************************************************************************
* RDP:
Instead of Remote Desktop (RDP) use Remmina. It may be necessary to use:
ssh -t -L 5900:localhost:5900 -C dop466 'x11vnc -localhost -display :0'
en daarna remmina
* For ssh access from home without manual hop via the portal, put this in $HOME/.ssh/config:
Host *
#User kooistra
ServerAliveInterval 60
ServerAliveCountMax 30
TCPKeepAlive yes
ForwardAgent yes
ForwardX11 yes
ForwardX11Trusted yes
Port 22
Protocol 2
Compression yes
Host astron
User kooistra
HostName portal.astron.nl
Host dop428
User hiemstra
ProxyCommand ssh -q -A astron netcat 10.87.0.228 22
Host dop421
User hiemstra
ProxyCommand ssh -q -A astron netcat 10.87.0.221 22
Host dop36
User hiemstra
ProxyCommand ssh -q -A astron netcat 10.87.2.36 22
Host dop421
User hiemstra
ProxyCommand ssh -q -A astron netcat 10.87.0.221
*******************************************************************************
* Screen to run a terminal session without ssh connection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment