ssh: add basic ssh config
This commit is contained in:
parent
db24cbc855
commit
a65c115b34
1 changed files with 20 additions and 0 deletions
20
ssh/config
Normal file
20
ssh/config
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Host faui2hg
|
||||
HostName faui2hg.cs.fau.de
|
||||
User est_tpreisner
|
||||
|
||||
Host faui*
|
||||
HostName %h.cs.fau.de
|
||||
User ty28wuqu
|
||||
|
||||
Host ircbox
|
||||
HostName ircbox.cs.fau.de
|
||||
User ty28wuqu
|
||||
|
||||
Host irc
|
||||
HostName tpreisner.de
|
||||
User weechat
|
||||
IdentityFile ~/.ssh/irc_rsa
|
||||
|
||||
Host server
|
||||
HostName tpreisner.de
|
||||
User root
|
||||
Loading…
Add table
Add a link
Reference in a new issue