Outils pour utilisateurs

Outils du site


bms:infomaniak:server-cloud:unmanaged:home

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
bms:infomaniak:server-cloud:unmanaged:home [2022/01/22 15:59] – created tcandalebms:infomaniak:server-cloud:unmanaged:home [2024/09/14 21:00] (Version actuelle) 195.68.6.6
Ligne 3: Ligne 3:
 ==== First SSH Connexion ==== ==== First SSH Connexion ====
   - Get the server IP in the manager   - Get the server IP in the manager
-  - SSH connexion: <code>ssh -i .ssh/<private key file> debian@<server IP></code>+  - SSH connexion: <code>ssh -i ~/.ssh/<private key file> debian@<server IP></code> 
 +==== Mandatory actions ==== 
 +  - Copy a SSH public key to the server 
 +  - Update ''~/.ssh/ssh_config'' 
 +  - Mount the storage disk<code>fab -H <server IP> format-storage-to-xfs</code> ou <code>fab -H <server IP> format-storage-to-ext4</code> 
 +  - Open the necessary ports 
 + 
 +=== Backup === 
 +  - Install ''rclone'' <code>fab -H <server IP> install-rclone</code> 
 +  - In Infomaniak create a storage space whose type is ''swift'' 
 +  - Configure ''rclone'' <code>rclone config</code> 
 +  - Input the right values. [[https://www.infomaniak.com/fr/support/faq/2285/swiss-backup-sauvegarder-un-serveur-linux-avec-rclone|More information here]] 
 + 
 +===== Warnings ===== 
 +  * There is a firewall which blocks all ports by 22 by default. 
 + 
 +===== Usefull ===== 
 + 
 +==== Rename hostname ==== 
 +  - Change the hostname: edit ''/etc/hostname'' 
 +  - Update ''/etc/hosts'' if necessary 
 +  - Apply the New Hostname: ''sudo hostnamectl set-hostname <new-name>'' 
  
bms/infomaniak/server-cloud/unmanaged/home.1642863571.txt.gz · Dernière modification : 2022/01/22 15:59 de tcandale