From d613617eb47b2617b77759d50c927b61dbf7a973 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 15 May 2023 08:27:31 -0300 Subject: [PATCH] Git: use jump server --- Git.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Git.md b/Git.md index 39ae8e0..80760e7 100644 --- a/Git.md +++ b/Git.md @@ -33,3 +33,11 @@ git log -S archivo ``` git clean ``` + +## Usar jump server + +Sirve para [[Internet censurado en escuelas con Plan Sarmiento]] + +``` +GIT_SSH_COMMAND="ssh -J ubuntu@10.0.0.1:993" git pull +```