Skip to content

Instantly share code, notes, and snippets.

@bdargan
Created November 27, 2015 00:37
Show Gist options
  • Save bdargan/a1956a9ee2914bc72d3e to your computer and use it in GitHub Desktop.
Save bdargan/a1956a9ee2914bc72d3e to your computer and use it in GitHub Desktop.
ssh reminders

working with intermediate servers

scp

ssh user1@host1 -t 'ssh user2@host2 "cat /var/log/nginx/access.log"' > access.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment