diff --git a/collections/farmers/farmerbot/farmerbot_quick.md b/collections/farmers/farmerbot/farmerbot_quick.md index 8094789..8ec6945 100644 --- a/collections/farmers/farmerbot/farmerbot_quick.md +++ b/collections/farmers/farmerbot/farmerbot_quick.md @@ -142,7 +142,7 @@ Once you've verified that the Farmerbot runs properly, you can stop the Farmerbo It is highly recommended to set a Ubuntu systemd service to keep the Farmerbot running after exiting the VM. * Create the service file - * ``` + ``` nano /etc/systemd/system/farmerbot.service ``` * Set the Farmerbot systemd service diff --git a/collections/system_administrators/getstarted/ssh_guide/ssh_openssh.md b/collections/system_administrators/getstarted/ssh_guide/ssh_openssh.md index 4762cf2..82170db 100644 --- a/collections/system_administrators/getstarted/ssh_guide/ssh_openssh.md +++ b/collections/system_administrators/getstarted/ssh_guide/ssh_openssh.md @@ -50,13 +50,13 @@ The main steps for the whole process are the following: Here are the steps to SSH into a 3Node with IPv4 on Linux. * To create the SSH key pair, write in the terminal - * ``` + ``` ssh-keygen ``` * Save in default location * Write a password (optional) * To see the public key, write in the terminal - * ``` + ``` cat ~/.ssh/id_rsa.pub ``` * Select and copy the public key when needed @@ -72,7 +72,7 @@ Here are the steps to SSH into a 3Node with IPv4 on Linux. * To SSH into the VM once the 3Node is deployed * Copy the IPv4 address * Open the terminal, write the following with the deployment address and write **yes** to confirm - * ``` + ``` ssh root@IPv4_address ``` @@ -92,13 +92,13 @@ Here are the steps to SSH into a 3Node with the Planetary Network on Linux. * Disconnect your VPN if you have one * In the connector, click `Connect` * To create the SSH key pair, write in the terminal - * ``` + ``` ssh-keygen ``` * Save in default location * Write a password (optional) * To see the public key, write in the terminal - * ``` + ``` cat ~/.ssh/id_rsa.pub ``` * Select and copy the public key when needed @@ -114,7 +114,7 @@ Here are the steps to SSH into a 3Node with the Planetary Network on Linux. * To SSH into the VM once the 3Node is deployed * Copy the Planetary Network address * Open the terminal, write the following with the deployment address and write **yes** to confirm - * ``` + ``` ssh root@planetary_network_address ``` @@ -129,13 +129,13 @@ You now have an SSH connection on Linux with the Planetary Network. Here are the steps to SSH into a 3Node with IPv4 on MAC. * To create the SSH key pair, in the terminal write - * ``` + ``` ssh-keygen ``` * Save in default location * Write a password (optional) * To see the public key, write in the terminal - * ``` + ``` cat ~/.ssh/id_rsa.pub ``` * Select and copy the public key when needed @@ -151,7 +151,7 @@ Here are the steps to SSH into a 3Node with IPv4 on MAC. * To SSH into the VM once the 3Node is deployed * Copy the IPv4 address * Open the terminal, write the following with the deployment address and write **yes** to confirm - * ``` + ``` ssh root@IPv4_address ``` @@ -170,13 +170,13 @@ Here are the steps to SSH into a 3Node with the Planetary Network on MAC. * Disconnect your VPN if you have one * In the connector, click `Connect` * To create the SSH key pair, write in the terminal - * ``` + ``` ssh-keygen ``` * Save in default location * Write a password (optional) * To see the public key, write in the terminal - * ``` + ``` cat ~/.ssh/id_rsa.pub ``` * Select and copy the public key when needed @@ -192,7 +192,7 @@ Here are the steps to SSH into a 3Node with the Planetary Network on MAC. * To SSH into the VM once the 3Node is deployed * Copy the Planetary Network address * Open the terminal, write the following with the deployment address and write **yes** to confirm - * ``` + ``` ssh root@planetary_network_address ``` @@ -214,13 +214,13 @@ You now have an SSH connection on MAC with the Planetary Network. * Search OpenSSH * Install OpenSSH Client and OpenSSH Server * To create the SSH key pair, open `PowerShell` and write - * ``` + ``` ssh-keygen ``` * Save in default location * Write a password (optional) * To see the public key, write in `PowerShell` - * ``` + ``` cat ~/.ssh/id_rsa.pub ``` * Select and copy the public key when needed @@ -236,7 +236,7 @@ You now have an SSH connection on MAC with the Planetary Network. * To SSH into the VM once the 3Node is deployed * Copy the IPv4 address * Open `PowerShell`, write the following with the deployment address and write **yes** to confirm - * ``` + ``` ssh root@IPv4_address ``` @@ -262,13 +262,13 @@ You now have an SSH connection on Window with IPv4. * Search OpenSSH * Install OpenSSH Client and OpenSSH Server * To create the SSH key pair, open `PowerShell` and write - * ``` + ``` ssh-keygen ``` * Save in default location * Write a password (optional) * To see the public key, write in `PowerShell` - * ``` + ``` cat ~/.ssh/id_rsa.pub ``` * Select and copy the public key when needed @@ -284,7 +284,7 @@ You now have an SSH connection on Window with IPv4. * To SSH into the VM once the 3Node is deployed * Copy the Planetary Network address * Open `PowerShell`, write the following with the deployment address and write **yes** to confirm - * ``` + ``` ssh root@planetary_network_address ```