-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding proxyjumps to connect to the server; enables configuration of …
…a client outside of the ETH network
- Loading branch information
1 parent
cdb4c92
commit 1911af7
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Edit this file to use a different IP and host | ||
REMOTEHOST="ee-tik-nsgvm057.ethz.ch" | ||
REMOTEIP="129.132.31.132" | ||
REMOTEIP6="2001:67c:10ec:2a40::31" | ||
REMOTEIP6="2001:67c:10ec:2a40::31" | ||
JUMPHOST="-J [email protected]:56789" | ||
NOKEYCHECK="-o 'StrictHostKeyChecking no'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters