# Remote ssh into JV for admins

Login to the server&#x20;

```
gcloud compute ssh --zone "europe-west12-b" "jv-rev-ssh" --project "savvy-parser-295910"
```

Kill everyone hogging port 1336 which are people that you have been serving

```
sudo fuser -k 1336/tcp
```

Change the password of the tunneluser

```
sudo passwd -u tunneluser       # Unlock the account
sudo passwd tunneluser          # Set a new password
```

Ask the user to login into his jervision using a terminal, command line etc.&#x20;

```
ssh jetvision@youl-local-jv-address
```

Tell them to  type

```
ssh -v -N -R '*:1336:localhost:22' -p 1337 tunneluser@34.17.45.17
```

and <mark style="color:blue;">give them the password</mark> Ask them to sit tight now

Got to the server and type

```
ssh -p 1336 jetvision@localhost
```

After you are done close the tunnel user down

```
sudo passwd -l tunneluser
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.4dsky.com/most-common-issues/remote-ssh-into-jv-for-admins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
