ssh: config: add entry for raspi

This commit is contained in:
Thomas Preisner 2018-09-22 22:40:05 +02:00
parent 4a133d8adc
commit 4e03e862d1

View file

@ -34,6 +34,11 @@ Host steep
User preisi
Port 17
Host pi
HostName wg.tpreisner.de
# dynamic ip behind hostname would cause warnings
CheckHostIP no
# use if they havent been defined yet:
Host *
Compression yes