2026-03-12 21:01:38
This commit is contained in:
5
tiddlywiki/ssh - ProxyJump.md
Executable file
5
tiddlywiki/ssh - ProxyJump.md
Executable 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
|
||||
Reference in New Issue
Block a user