Skip to content

Instantly share code, notes, and snippets.

View snimavat's full-sized avatar

Sudhir Nimavat snimavat

  • India
View GitHub Profile
@snimavat
snimavat / bash.sh
Last active January 8, 2021 09:37
Bash conditions #Bash
test
@snimavat
snimavat / test.groovy
Last active January 8, 2021 09:41
Groovy #Groovy
xxx
@snimavat
snimavat / ssh.md
Last active January 8, 2021 09:46
ssh #Linux #ssh

Local port forward


ssh -N -L localhost:9000:destination:8080 user@host

Dynamic port forwarding