Skip to content
GitLab
  • Explore
  • Sign in
  • The Tor Project
  • TPA
  • TPA teamTPA team
  • Wiki
  • Doc
  • ssh jump host

ssh jump host · Changes

Page history
remove gitlab.torproject.org from ssh-jumphost authored Feb 23, 2022 by Silvio Rhatto's avatar Silvio Rhatto
Since gitlab.torproject.org is accessible from outside the internal
network, it can be removed from ssh jump host configuration.
Hide whitespace changes
Inline Side-by-side
doc/ssh-jump-host.md
View page @ d2e5db72
......@@ -8,12 +8,12 @@ If you have a recent enough ssh (>= 2016 or so), then you can use the `ProxyJump
With recent ssh versions:
Host *.torproject.org !people.torproject.org
Host *.torproject.org !people.torproject.org !gitlab.torproject.org
ProxyJump people.torproject.org
Or with old ssh versions (before OpenSSH 7.3, or Debian 10 "buster"):
Host *.torproject.org !people.torproject.org
Host *.torproject.org !people.torproject.org !gitlab.torproject.org
ProxyCommand ssh -l %r -W %h:%p people.torproject.org
If your local username is different from your TPO username, also set
......
Clone repository

Quick links

  • Support
  • User documentation
  • Sysadmin how-to's
  • Service list
  • Machine list
  • Policies
  • Meetings
  • Roadmaps