Profile_bird

Hey there! bstpierre is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving bstpierre's tweets.

Already using Twitter
from your phone? Click here.

bstpierre

  1. How to harden your sshd (http://bit.ly/4ZYoKT) - repeats ideas from previous #ssh tweets, but good info all collected in one place
  2. Setting up a Layer 3 tunneling VPN with using OpenSSH (http://bit.ly/75X1FX) - one more way to skin this cat #ssh
  3. Breaking Firewalls with OpenSSH and PuTTY (http://bit.ly/4sZtyl) - covers #ssh forwarding configuration in putty
  4. Best version control feature ever: "git bisect".
  5. RT @wakaleo: it's not an automated build if the build scripts aren't checked in to version control. Just saying.
  6. Working code -> copy/paste -> bad edit -> FAIL -> copy/paste the FAIL everywhere. Next time, write a &$#* function!
  7. Creating virtual private networks with tsocks and VTun (http://bit.ly/4BFJmC)
  8. TRAMP User Manual (http://bit.ly/7ot4JP) - Tramp is an emacs package for editing remote files over #ssh
  9. PuTTY: a free telnet/ssh client (http://bit.ly/7g7mJ8) - essential #ssh tool for windows users
  10. Use #SSH to Forward Multiple Protocols to Multiple Machines (http://bit.ly/7rnGBv)
  11. Tunnel everything through #SSH (http://bit.ly/5UbfpB) - Using socks,ssh,tsocks to tunnel arbitrary TCP traffic.
  12. Block brute force #ssh attacks with iptables (http://bit.ly/5FMrk5) - More protection from brute force attacks. Use layers!
  13. Community Ubuntu Documentation for SSHFS (http://bit.ly/7BUQRD) #ssh
  14. Open an #SSH Tunnel in Four Seconds or Less (http://bit.ly/7yfy50)
  15. How to automount sshfs filesystems with autofs (http://bit.ly/7LLVvO) #ssh
  16. @olba Set the port in your ~/.ssh/config, scp and #ssh will both use it. (Options inherit from rcp/rsh; rcp inherits -p from "cp -p")
  17. Disable Root #SSH Login (http://bit.ly/7QRsFB) -- Don't forget to restart ssh, and don't forget to test it!
  18. RT @jeffvogelsang: After using #putty on #windows to get #ssh for years, I finally found/used #pageant today. What a great tool. How did ...
  19. RT @awendt: Is your ssh_config too long? Divide them up into several smaller files and run 'ssh-confgen' http://bit.ly/8aEm6h #ssh #conf ...
  20. @dwairi You can also run `ssh-agent` (those are backticks) and bash will set the proper environment variables. #ssh