2026-03-12 21:01:38

This commit is contained in:
2026-03-12 22:01:38 +01:00
parent 3bd1db26cc
commit 26296b6d6a
336 changed files with 27507 additions and 0 deletions

5
tiddlywiki/ssh - ProxyJump.md Executable file
View File

@@ -0,0 +1,5 @@
Examples without using ssh-agent
In all cases (with or without ssh-agent) the public key of your **initial user** should be declared in authorized_key of the **final host**
ssh -i /home/vplesnila/data/sshkeys/id_rsa -J root@192.168.0.8 root@coruscant
scp -i /home/vplesnila/data/sshkeys/id_rsa -J root@192.168.0.8 scripts/wireguard_stop root@coruscant:/tmp