start nextcloud on login
add hosts to ssh config
This commit is contained in:
parent
77d89d3610
commit
313fa36dcf
2 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,14 @@ Host atlas
|
|||
HostName atlas.hyp
|
||||
User root
|
||||
|
||||
Host jefke
|
||||
HostName jefke.hyp
|
||||
User root
|
||||
|
||||
Host maestro
|
||||
HostName maestro.dmz
|
||||
User root
|
||||
|
||||
# Default user
|
||||
Host *
|
||||
User root
|
||||
|
|
Reference in a new issue