ssh: config: add entry for raspi
This commit is contained in:
parent
4a133d8adc
commit
4e03e862d1
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ Host steep
|
||||||
User preisi
|
User preisi
|
||||||
Port 17
|
Port 17
|
||||||
|
|
||||||
|
Host pi
|
||||||
|
HostName wg.tpreisner.de
|
||||||
|
# dynamic ip behind hostname would cause warnings
|
||||||
|
CheckHostIP no
|
||||||
|
|
||||||
# use if they havent been defined yet:
|
# use if they havent been defined yet:
|
||||||
Host *
|
Host *
|
||||||
Compression yes
|
Compression yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue