LINUX.ORG.RU

История изменений

Исправление KennyMinigun, (текущая версия) :

    ForwardX11 yes
    GSSAPIAuthentication no
    GSSAPIDelegateCredentials no
    AddressFamily inet
    StrictHostKeyChecking no
    Ciphers arcfour,blowfish-cbc
    MACs umac-64@openssh.com
    Compression yes
    ControlPath ~/.ssh/master-%l-%r@%h:%p
    ControlMaster auto

ssh -XC

ssh -YC

Притом -С уже не надо: в конфиге есть.

Исходная версия KennyMinigun, :

    ForwardX11 yes
    GSSAPIAuthentication no
    GSSAPIDelegateCredentials no
    AddressFamily inet
    StrictHostKeyChecking no
    Ciphers arcfour,blowfish-cbc
    MACs umac-64@openssh.com
    Compression yes
    ControlPath ~/.ssh/master-%l-%r@%h:%p
    ControlMaster auto

ssh -XC

ssh -YC