Cite This Page
Bibliographic details for How to create a vpn/ssh tunnel
- Page name: How to create a vpn/ssh tunnel
- Author: DISI contributors
- Publisher: DISI, .
- Date of last revision: 5 May 2025 21:03 UTC
- Date retrieved: 8 June 2026 20:33 UTC
- Permanent URL: http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699
- Page Version ID: 16699
Citation styles for How to create a vpn/ssh tunnel
APA style
How to create a vpn/ssh tunnel. (2025, May 5). DISI, . Retrieved 20:33, June 8, 2026 from http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699.
MLA style
"How to create a vpn/ssh tunnel." DISI, . 5 May 2025, 21:03 UTC. 8 Jun 2026, 20:33 <http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699>.
MHRA style
DISI contributors, 'How to create a vpn/ssh tunnel', DISI, , 5 May 2025, 21:03 UTC, <http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699> [accessed 8 June 2026]
Chicago style
DISI contributors, "How to create a vpn/ssh tunnel," DISI, , http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699 (accessed June 8, 2026).
CBE/CSE style
DISI contributors. How to create a vpn/ssh tunnel [Internet]. DISI, ; 2025 May 5, 21:03 UTC [cited 2026 Jun 8]. Available from: http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699.
Bluebook style
How to create a vpn/ssh tunnel, http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699 (last visited June 8, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "DISI",
title = "How to create a vpn/ssh tunnel --- DISI{,} ",
year = "2025",
url = "http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699",
note = "[Online; accessed 8-June-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "DISI",
title = "How to create a vpn/ssh tunnel --- DISI{,} ",
year = "2025",
url = "\url{http://wiki.docking.org/index.php?title=How_to_create_a_vpn/ssh_tunnel&oldid=16699}",
note = "[Online; accessed 8-June-2026]"
}