I ssh a lot so I edited my .bashrc file and created some 'bash aliases'. For example I don't have to type 'ssh -D 8080 foobar@sever.com -p 2222' anymore. I simply type:"server", or any alias I specified in my .bashrc file.
Always, I mean really ALWAYS add -C to your SSH command to add gzip compression to the content being transfered through SSH. It is always worthy, no matter what you're doing.
Great tip, well explained, you ought to do more of these! Like -R, -w, -D etc. I have a good tutorial on -w which I use to SSH internet connection share: tinyurl dot com / sshics
this isnt working for me. the tunnle works just like his in the video, but i cant access my router on localhost:8888
6Diego1Diego9 3 months ago
What distro do you use?
bsgrep 6 months ago
Thanks for the tips on the tunneling. This will be handy for monitoring my network away from home.
scouter389 7 months ago
It is a mac :O
DrSirHenrik 7 months ago
I ssh a lot so I edited my .bashrc file and created some 'bash aliases'. For example I don't have to type 'ssh -D 8080 foobar@sever.com -p 2222' anymore. I simply type:"server", or any alias I specified in my .bashrc file.
hfsjansharr 8 months ago
@hfsjansharr Or add an entry for Host sever.com to your .ssh/config file,
Host sever Port 2222 BindAddress 8080 User foobar Hostname sever.com
Then use 'ssh sever' which accomplishes the same thing.
oneguycoding 6 months ago
Great tip!
pbezunartea 8 months ago
Glad to have you back.
bamojr 8 months ago
Always, I mean really ALWAYS add -C to your SSH command to add gzip compression to the content being transfered through SSH. It is always worthy, no matter what you're doing.
KurtKraut 8 months ago 3
This has been flagged as spam show
Great tip, well explained, you ought to do more of these! Like -R, -w, -D etc. I have a good tutorial on -w which I use to SSH internet connection share: tinyurl dot com / sshics
RandomNinjaOfEvil 8 months ago
damn, long time no see Shawn.
Hope to see you post more often.
vlad4video 8 months ago 7
@vlad4video so true.... More Linux Vids please !!!
Zer0Zer0W0n 8 months ago