Client-Konfiguration
/etc/ssh_config
ForwardX11 yes
# RhostsAuthentication no
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
FallBackToRsh yes
# UseRsh no
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking yes
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_dsa
# IdentityFile ~/.ssh/id_rsa
# Port 22
# Protocol 2,1
# Cipher blowfish
Cipher blowfish
# OpenSSH(SSH-2)
Ciphers arcfour,blowfish-cbc,aes128-cbc,3des-cbc
# EscapeChar ~
HostbasedAuthentication yes
PreferredAuthentications hostbased,publickey,password,keyboard-interactive
UsePrivilegedPort yes