Motd : Différence entre versions

De SME Server Wiki
(Page créée avec « pour se débarrasser du message d'accueil en ssh de SME8 et SME9 : to get rid of the following message on SME8 and SME9 in the ssh console: ************ Welcome to SME Serv... »)
 
 
Ligne 1 : Ligne 1 :
 
pour se débarrasser du message d'accueil en ssh de SME8 et SME9 :
 
pour se débarrasser du message d'accueil en ssh de SME8 et SME9 :
 +
 
to get rid of the following message on SME8 and SME9 in the ssh console:
 
to get rid of the following message on SME8 and SME9 in the ssh console:
  
Ligne 20 : Ligne 21 :
  
 
simplement faire:
 
simplement faire:
 +
 
just execute the two following lines:
 
just execute the two following lines:
 
  config setprop sshd MotdStatus  disabled
 
  config setprop sshd MotdStatus  disabled
 
  signal-event remoteaccess-update
 
  signal-event remoteaccess-update

Version actuelle en date du 15 novembre 2015 à 04:50

pour se débarrasser du message d'accueil en ssh de SME8 et SME9 :

to get rid of the following message on SME8 and SME9 in the ssh console:

************ Welcome to SME Server 8.2 *************

Before editing configuration files, familiarise
yourself with the automated events and templates
systems. 

Please take the time to read the documentation
http://wiki.contribs.org/Main_Page

Remember that SME Server is free to download
and use, but it is not free to build

Please help the project :
http://wiki.contribs.org/Donate

****************************************************

simplement faire:

just execute the two following lines:

config setprop sshd MotdStatus  disabled
signal-event remoteaccess-update