Benutzer-Werkzeuge

Webseiten-Werkzeuge


contabo:setup

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
contabo:setup [2021/11/01 13:50] – [Update Ubuntu] jodoccontabo:setup [2024/12/22 23:17] (aktuell) – [Set up SUDO] jodoc
Zeile 25: Zeile 25:
 ===== Set up SUDO ===== ===== Set up SUDO =====
    
-Login into server as root, add a user (''jrathert'' in this example), add user to ''sudo'' group+Login into server as root, add a user (''johndoe'' in this example), add user to ''sudo'' group
  
 <code> <code>
-adduser jrathert +adduser johndoe 
-adduser jrathert sudo+adduser johndoe sudo
 </code> </code>
  
Zeile 49: Zeile 49:
  
 Make sure ssh daemon listens on different port and does not allow root login: Make sure ssh daemon listens on different port and does not allow root login:
-  * Set ''Port 3141''+  * Set ''Port <your port here>''
   * Set ''PermitRootLogin no'' # or comment out a line with ''yes''   * Set ''PermitRootLogin no'' # or comment out a line with ''yes''
  
Zeile 60: Zeile 60:
  
 <code> <code>
-ssh -p 3141 jrathert@<server>  +ssh -p <yourport here> johndoe@<server>  
 </code> </code>
  
Zeile 72: Zeile 72:
 <code>sudo apt update && sudo apt upgrade</code> <code>sudo apt update && sudo apt upgrade</code>
  
-====== Set up other applications/servers ======+====== Using the server ======
  
 Of course there are many other relevant servers / daemons to be configured appropriately. The descriptions are, however, not Contabo specific, documentation can be found in the server section. Of course there are many other relevant servers / daemons to be configured appropriately. The descriptions are, however, not Contabo specific, documentation can be found in the server section.
contabo/setup.1635771048.txt.gz · Zuletzt geändert: 2021/11/01 13:50 von jodoc