ls -la /usr/local/etc/ssh
cat /usr/local/etc/ssh/*

total 14
drwxr-xr-x  2 root  wheel  512 Mar  2 18:20 .
drwxr-xr-x  3 root  wheel  512 Dec 30 15:27 ..
-rw-r--r--  1 root  wheel  880 Dec  8  1997 ssh_config
-rw-------  1 root  wheel  538 Dec  8  1997 ssh_host_key
-rw-r--r--  1 root  wheel  342 Dec  8  1997 ssh_host_key.pub
-rw-------  1 root  wheel  512 Jun 27 13:39 ssh_random_seed
-rw-r--r--  1 root  wheel  696 Mar  2 18:20 sshd_config
# This is ssh client systemwide configuration file.  This file provides 
# defaults for users, and the values can be changed in per-user configuration
# files or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for various options

# Host *
#   ForwardAgent yes
#   ForwardX11 yes
#   RhostsAuthentication yes
#   RhostsRSAAuthentication yes
#   RSAAuthentication yes
#   TISAuthentication no
#   PasswordAuthentication yes
#   FallBackToRsh yes
#   UseRsh no
#   BatchMode no
#   StrictHostKeyChecking no
#   IdentityFile ~/.ssh/identity
#   Port 22
#   Cipher idea
#   EscapeChar ~
1024 35 138805910112753757077258114801502775739287218073738234738878490793040583690576940670700371637618877966391786600461091052614283984308928974406481718397120068670244113227843316755676586095437009139434610309662905835575338077739618558429827662563401378481143132343030199574849073346384090724833357229026593539169 root@maildrop.xs4all.nl
# This is ssh server systemwide configuration file.

Port 22
ListenAddress 0.0.0.0
HostKey /usr/local/etc/ssh/ssh_host_key
RandomSeed /usr/local/etc/ssh/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
IgnoreRhosts yes
StrictModes yes
QuietMode no
X11Forwarding yes
X11DisplayOffset 10
FascistLogging yes
PrintMotd yes
KeepAlive yes
SyslogFacility DAEMON
RhostsAuthentication no
RhostsRSAAuthentication yes
RSAAuthentication yes
PasswordAuthentication yes
PermitEmptyPasswords no
UseLogin no
# PidFile /u/zappa/.ssh/pid
# AllowHosts *.our.com friend.other.com
# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
# Umask 022
# SilentDeny on