jake RSS


jakehofman.com

Archive

Jun
12th
Fri
permalink

tip: ssh

use the -C option when scp-ing text for a compression speed-up (via @ssuri)

tips  ssh 
Sep
26th
Fri
permalink

tip: ssh

if key-based login is not working, make sure permissions are correctly set on ~/.ssh (drwx———) and ~/.ssh/authorized_keys2 (-rw———-)

tips  ssh 
Aug
28th
Mon
permalink

tip: ssh

for ssh tunneling when you do not have admin rights on the client machine, forward to non-privileged ports, greater than 1024

tips  ssh 
Aug
22nd
Tue
permalink

tip: ssh

scp -o ConnectTimeout=num_sec to have automatic timeout on secure copy

tips  ssh 
Aug
14th
Mon
permalink

tip: ssh

sudo ssh -L 80:server:80 -l uname -N server to tunnel via ssh

tips  ssh