Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Tips, Tricks & Tweaks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Tips, Tricks & Tweaks Tips and Solutions for SUSE Linux
(Please do not post questions here)

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 26-Feb-2008, 07:02
D8TA
Guest
 
Posts: n/a
Default

If you use the SSH remote login tool over a slow connection, you’ll often find a high latency between typing and the characters appearing. SSHing between two boxes on dialup lines often results in horrible juddering. Thankfully there’s an easy way round this: compression (sending less data down the line). By using the -C flag with OpenSSH you can apply compression to the connection, improving response greatly, and this uses the same methods as gzip. You can even apply -C to scp; however, if the file or files you’re transferring are already
compressed it’ll only slow it down. Here’s an example login command with the compression flag:

# ssh -C user@hostname
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2