Project

General

Profile

tickets #162731

Updated by crameleon 9 days ago

On some machines, I get our disclaimer twice. 

 Just one example: 

 ``` 
 $ ssh -J thor1.infra.opensuse.org provo-proxy1.infra.opensuse.org 
 ########################################################## 
 # This machine is part of the openSUSE infrastructure.     # 
 # Please be considerate and adhere to our policy:          # 
 # https://en.opensuse.org/openSUSE:Infrastructure_policy # 
 # Changes should be contributed to our Salt repository:    # 
 # https://gitlab.infra.opensuse.org/infra/salt             # 
 ########################################################## 

 Have a lot of fun... 
 Last login: Fri Jun 21 19:09:26 2024 from 172.16.164.11 
 ########################################################## 
 # This machine is part of the openSUSE infrastructure.     # 
 # Please be considerate and adhere to our policy:          # 
 # https://en.opensuse.org/openSUSE:Infrastructure_policy # 
 # Changes should be contributed to our Salt repository:    # 
 # https://gitlab.infra.opensuse.org/infra/salt             # 
 ########################################################## 
 ``` 

 But the /etc/motd only contains it once (as correctly managed by Salt): 

 ``` 
 provo-proxy1 (proxy):~ # more /etc/motd 
 ########################################################## 
 # This machine is part of the openSUSE infrastructure.     # 
 # Please be considerate and adhere to our policy:          # 
 # https://en.opensuse.org/openSUSE:Infrastructure_policy # 
 # Changes should be contributed to our Salt repository:    # 
 # https://gitlab.infra.opensuse.org/infra/salt             # 
 ########################################################## 

 Have a lot of fun... 
 ``` 

 It's not duplicated in the SSH banner either: 

 ``` 
 provo-proxy1 (proxy):~ # more /etc/ssh/banner 
 Welcome to provo-proxy1.infra.opensuse.org! 
 ```

Back