I have been in DevOps related jobs for past 6 years dealing mainly with Kubernetes in AWS and on-premise as well. I spent quite a lot …
:date_long | 1 min Read
SSH tunnel to Samba server via hron
How to ‘‘SSH’’ to river
eval `ssh-agent`
# add SSH key to keering
ssh-add ~/.ssh/hron
ssh -A -i ~/.ssh/hron \
tothj@hron.fei.tuke.sk \
-t ssh jantoth@147.232.47.151
@ copy from samba to localhost :) over jumphost
scp -A -i ~/.ssh/hron -o 'ProxyJump tothj@hron.fei.tuke.sk' jantoth@147.232.47.151:/tmp/samba.tgz .