atmos:northpolradar:remote_vnc_to_radar1_2
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| atmos:northpolradar:remote_vnc_to_radar1_2 [2026/07/28 18:01] – [Editing local config to ProxyJump ssh] benjamin.guida | atmos:northpolradar:remote_vnc_to_radar1_2 [2026/08/17 17:32] (current) – [Editing local config to ProxyJump ssh] benjamin.guida | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== Remote ssh into radar1/2======== | + | ======== Remote ssh into radar2======== |
| =====Radar2================================================================ | =====Radar2================================================================ | ||
| - | Radar1 and Radar2 | + | Radar1 and 2 are connected to the UND network through |
| \\ | \\ | ||
| - | You ---> Littlestorm ---> | + | You ---> Littlestorm ---> |
| \\ | \\ | ||
| Through this you could also connect to the RVP8 or the RCP8 as needed.\\ | Through this you could also connect to the RVP8 or the RCP8 as needed.\\ | ||
| Line 11: | Line 11: | ||
| You can manually ssh from one machine to another.\\ | You can manually ssh from one machine to another.\\ | ||
| Assuming you started at littlestorm.\\ | Assuming you started at littlestorm.\\ | ||
| - | ssh radarpi@10.227.194.19 | + | ssh radar@10.227.177.66 |
| - | ssh radar2 | + | ssh operator@192.168.50.2 |
| - | The config file is setup for operator@radar2 to be radar2\\ | + | |
| - | The password for radarpi is available from the radarpi page\\ | + | |
| Use the radar2 operator password given to you. | Use the radar2 operator password given to you. | ||
| =====Editing local config to ProxyJump ssh====== | =====Editing local config to ProxyJump ssh====== | ||
| - | To ssh from your machine to radar2 in one command you can set up a ProxyJump | + | To ssh from your machine to radar2 in one command you can set up Hosts by editing your config file in .ssh\\ |
| - | if you don't have a .ssh file, create one. | + | if you don't have a .ssh directory, create one. |
| mkdir -p .ssh | mkdir -p .ssh | ||
| then edit/create a text file named config to create Hosts | then edit/create a text file named config to create Hosts | ||
| nano config | nano config | ||
| - | in config you can set up Hosts that allow you to shorten your ssh command. The following code is an example of settign | + | in .ssh/config you can set up Hosts that allow you to shorten your ssh command. The following code is an example of setting |
| Host littlestorm | Host littlestorm | ||
| HostName littlestorm.atmos.und.edu | HostName littlestorm.atmos.und.edu | ||
| 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, | Ciphers +aes128-cbc, | ||
| - | ProxyJump littlestorm, | + | ProxyJump littlestorm, |
| - | 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: | 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: | ||
| - | ssh -J littlestorm, | + | ssh -J littlestorm, |
| + | I use TigerVNC which is an open source VNC viewer available [[https:// | ||
atmos/northpolradar/remote_vnc_to_radar1_2.1785261680.txt.gz · Last modified: 2026/07/28 18:01 by benjamin.guida