# ~/.ssh/config - OpenSSH SSH client configuration file Host * Protocol 2 Port 22 Host kepler HostName kepler.psu.ru AddressFamily inet User user.example.com PasswordAuthentication no PubkeyAuthentication yes IdentityFile ~/.ssh/padc RequestTTY auto