93 文字
1 分
sshの接続を高速化

まぁ、いろいろ説明は省きますが、こんな感じで。

gitへの接続が速くなるし、いろいろちょっと速くなった気がするし、あまり切れなくもなった気がする。

.ssh/configへ以下を設定。

Host *
ControlMaster auto
ControlPath ~/.ssh/mux-%r@%h:%p
GSSAPIAuthentication no
Compression yes
CompressionLevel 9
Cipher arcfour256
ForwardAgent yes
TCPKeepAlive yes
ServerAliveInterval 15
ServerAliveCountMax 3

https://github.com/matsubo/matsu-shell-setting/blob/master/.ssh/config

sshの接続を高速化
https://blog.teraren.com/posts/speedup-ssh-connect/
作者
Yuki Matsukura
公開日
2013-04-08
ライセンス
CC BY-NC-SA 4.0

コメント