from="localhost.localdomain" ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIBp0GawPwmy8uVFu1LmyyL9gIIUjrmRfyZj1AUQY8GqOhp5kTGzabih+vvJ/Wn1ZR6miOd5E0OR0diQHXRkedf5mqX/SFe2W2V0ZPd8M8iX2bXWhtQCS5MwX0DpQRrWkKPDwa13z/rKvE1UrolrhBd/oT7swncZrH/kddMlcZnyBw== "furusho-rsa-key-20070111"

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA1Zf7hlaPFvdlGElYWFtCdJVBgTgDElQT7+s/X6KE+LTrqPDUVNpNT2HPLy+ATFE2m/rP2fNXdxuH6OKUvpXWzQs55cU4e321VkqS7N0SsGkb/pXwvsML199/NLW1yBdpkeJhIluEK9Q3wlWwkxa7d4TIM4eC5ON0Dzfp5Qa+Rc8= "logget rsa key"



--
/etc/ssh/sshd_config

? SyslogFacility AUTHPRIV
! PasswordAuthentication no
! ChallengeResponseAuthentication no
? GSSAPIAuthentication yes
? GSSAPICleanupCredentials yes
? UsePAM yes
? X11Forwarding yes
? Subsystem       sftp    /usr/libexec/openssh/sftp-server

---
http://www.unixuser.org/~euske/doc/openssh/jman/sshd_config.html
# JƔ閧ApXt[YɂF؂\ɂȂB
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeyFile   .ssh/authorized_keys

# rootŒڃOCłȂ悤ɂ
PermitRootLogin no

# 
RhostsRSAAuthentication no
PasswordAuthentication no
PermitEmptyPasswords no

