LoginSignup
7
3

More than 5 years have passed since last update.

ubuntu17.10からsshのCompressionLevelが指定できなくなった

Posted at
エラー
$ scp tmp server:
~/.ssh/config line 7: Unsupported option "compressionlevel"
~/.ssh/config line 8: Bad protocol spec '1'.

CompressionLevel (圧縮レベル)
...この項目はプロトコル 1 にのみ適用されることに注意してください。

~/.ssh/config
  Compression yes
- compressionlevel 1
- Protocol 1
  • Protocol 1の指定もできなくなった様子。
  • compressionlevelの行も削除した。
  • Compression yesにしておけば圧縮転送はされていることを確認した。
7
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
3