User Tools

Site Tools


atmos:northpolradar:remote_vnc_to_radar1_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:northpolradar:remote_vnc_to_radar1_2 [2026/08/17 17:29] benjamin.guidaatmos:northpolradar:remote_vnc_to_radar1_2 [2026/08/17 17:32] (current) – [Editing local config to ProxyJump ssh] benjamin.guida
Line 13: Line 13:
   ssh radar@10.227.177.66   ssh radar@10.227.177.66
   ssh operator@192.168.50.2   ssh operator@192.168.50.2
-The config file is setup for operator@radar2 to be radar2\\ +
-The password for radarpi is available from [[https://atmoswiki.azurewebsites.net/doku.php?id=atmos:northpolradar:radarpi|radarpi]]\\+
 Use the radar2 operator password given to you.  Use the radar2 operator password given to you. 
  
Line 28: Line 27:
     User firstname.lastname     User firstname.lastname
 adding ProxyJumps allows your ssh command to jump through a machine, and allows us to jump from our local machine directly to radar2\\ adding ProxyJumps allows your ssh command to jump through a machine, and allows us to jump from our local machine directly to radar2\\
-Paste the following into your .ss/config file to be able to ssh into radar2 by typing ssh radar2\\+Paste the following into your .ssh/config file to be able to ssh into radar2 by typing ssh radar2\\
   Host radar2   Host radar2
     HostName 192.168.50.2     HostName 192.168.50.2
Line 36: Line 35:
     PubkeyAcceptedAlgorithms +ssh-rsa     PubkeyAcceptedAlgorithms +ssh-rsa
     Ciphers +aes128-cbc,aes256-cbc     Ciphers +aes128-cbc,aes256-cbc
-    ProxyJump littlestorm,radarpi +    ProxyJump littlestorm,radar 
-  Host radarpi +  Host radar 
-    HostName 10.227.194.19 +    HostName 10.227.177.66 
-    User radarpi+    User radar
     ProxyJump littlestorm     ProxyJump littlestorm
   Host littlestorm   Host littlestorm
Line 47: Line 46:
 =====VNC Server===== =====VNC Server=====
 Both radar1 and radar2 have a vnc service installed which can be accesed through ProxyJump ssh and port forewording. if your .ssh/config file is setup then the following command allows you to open the server with a vnc viewer where the VNC name is localhost:5901\\ Both radar1 and radar2 have a vnc service installed which can be accesed through ProxyJump ssh and port forewording. if your .ssh/config file is setup then the following command allows you to open the server with a vnc viewer where the VNC name is localhost:5901\\
-  ssh -J littlestorm,radarpi -L 5901:localhost:5901 radar2+  ssh -J littlestorm,radar -L 5901:localhost:5901 radar2
 I use TigerVNC which is an open source VNC viewer available [[https://sourceforge.net/projects/tigervnc/files/stable/1.16.2/vncviewer64-1.16.2.exe/download|here]] I use TigerVNC which is an open source VNC viewer available [[https://sourceforge.net/projects/tigervnc/files/stable/1.16.2/vncviewer64-1.16.2.exe/download|here]]
atmos/northpolradar/remote_vnc_to_radar1_2.1786987792.txt.gz · Last modified: 2026/08/17 17:29 by benjamin.guida