Skip to content

Commit

Permalink
docs: SSH Tunnel doc from 1Remote/1Remote#483
Browse files Browse the repository at this point in the history
  • Loading branch information
VShawn committed Aug 15, 2023
1 parent 27727c4 commit 93dc2bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/docs/usage/protocol/especial/ssh-tunnel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
You can set up a SSH tunnel by:

1. download and start Kitty portable
2. enter a hostname and a name in "Saved Sessions/New Folder"
3. click "Connection" -> "SSH" -> "Tunnels"
4. enter a source port, for example 777
5. enter a destination, for example "192.168.1.2:80" - a web interface that is reachable from the host we connect to
6. click "Add"
7. go back to "Session" and click "Save (d)"

Now there is a new file in `..\kitty-portable-win32-0.74.4.13-36\data\config\Sessions\`

8. Open 1Remote and add a SSH server with the hostname and name you entered in step 2, in `KiTTY Session` field, select the file you created in step 7.

Thanks to @BurtGummer from: https://github.com/1Remote/1Remote/issues/483 for providing the solution.
1 change: 1 addition & 0 deletions source/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ nav:
- App: usage/protocol/especial/app.md
- RemoteApp: usage/protocol/especial/remoteapp.md
- Rdp in mstsc.exe mode: usage/protocol/especial/rdp-in-mstsc-mode.md
- SSH Tunnel: usage/protocol/especial/ssh-tunnel.md
- Runner: usage/protocol/runner.md
- Team (experimental):
- Team sharing: usage/team/team-sharing.md
Expand Down

0 comments on commit 93dc2bb

Please sign in to comment.