manual, sysadmins, ssh
This commit is contained in:
parent
d69189f9cc
commit
ef8576b061
@ -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.
|
It is highly recommended to set a Ubuntu systemd service to keep the Farmerbot running after exiting the VM.
|
||||||
|
|
||||||
* Create the service file
|
* Create the service file
|
||||||
* ```
|
```
|
||||||
nano /etc/systemd/system/farmerbot.service
|
nano /etc/systemd/system/farmerbot.service
|
||||||
```
|
```
|
||||||
* Set the Farmerbot systemd service
|
* Set the Farmerbot systemd service
|
||||||
|
@ -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.
|
Here are the steps to SSH into a 3Node with IPv4 on Linux.
|
||||||
|
|
||||||
* To create the SSH key pair, write in the terminal
|
* To create the SSH key pair, write in the terminal
|
||||||
* ```
|
```
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
```
|
```
|
||||||
* Save in default location
|
* Save in default location
|
||||||
* Write a password (optional)
|
* Write a password (optional)
|
||||||
* To see the public key, write in the terminal
|
* To see the public key, write in the terminal
|
||||||
* ```
|
```
|
||||||
cat ~/.ssh/id_rsa.pub
|
cat ~/.ssh/id_rsa.pub
|
||||||
```
|
```
|
||||||
* Select and copy the public key when needed
|
* 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
|
* To SSH into the VM once the 3Node is deployed
|
||||||
* Copy the IPv4 address
|
* Copy the IPv4 address
|
||||||
* Open the terminal, write the following with the deployment address and write **yes** to confirm
|
* Open the terminal, write the following with the deployment address and write **yes** to confirm
|
||||||
* ```
|
```
|
||||||
ssh root@IPv4_address
|
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
|
* Disconnect your VPN if you have one
|
||||||
* In the connector, click `Connect`
|
* In the connector, click `Connect`
|
||||||
* To create the SSH key pair, write in the terminal
|
* To create the SSH key pair, write in the terminal
|
||||||
* ```
|
```
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
```
|
```
|
||||||
* Save in default location
|
* Save in default location
|
||||||
* Write a password (optional)
|
* Write a password (optional)
|
||||||
* To see the public key, write in the terminal
|
* To see the public key, write in the terminal
|
||||||
* ```
|
```
|
||||||
cat ~/.ssh/id_rsa.pub
|
cat ~/.ssh/id_rsa.pub
|
||||||
```
|
```
|
||||||
* Select and copy the public key when needed
|
* 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
|
* To SSH into the VM once the 3Node is deployed
|
||||||
* Copy the Planetary Network address
|
* Copy the Planetary Network address
|
||||||
* Open the terminal, write the following with the deployment address and write **yes** to confirm
|
* Open the terminal, write the following with the deployment address and write **yes** to confirm
|
||||||
* ```
|
```
|
||||||
ssh root@planetary_network_address
|
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.
|
Here are the steps to SSH into a 3Node with IPv4 on MAC.
|
||||||
|
|
||||||
* To create the SSH key pair, in the terminal write
|
* To create the SSH key pair, in the terminal write
|
||||||
* ```
|
```
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
```
|
```
|
||||||
* Save in default location
|
* Save in default location
|
||||||
* Write a password (optional)
|
* Write a password (optional)
|
||||||
* To see the public key, write in the terminal
|
* To see the public key, write in the terminal
|
||||||
* ```
|
```
|
||||||
cat ~/.ssh/id_rsa.pub
|
cat ~/.ssh/id_rsa.pub
|
||||||
```
|
```
|
||||||
* Select and copy the public key when needed
|
* 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
|
* To SSH into the VM once the 3Node is deployed
|
||||||
* Copy the IPv4 address
|
* Copy the IPv4 address
|
||||||
* Open the terminal, write the following with the deployment address and write **yes** to confirm
|
* Open the terminal, write the following with the deployment address and write **yes** to confirm
|
||||||
* ```
|
```
|
||||||
ssh root@IPv4_address
|
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
|
* Disconnect your VPN if you have one
|
||||||
* In the connector, click `Connect`
|
* In the connector, click `Connect`
|
||||||
* To create the SSH key pair, write in the terminal
|
* To create the SSH key pair, write in the terminal
|
||||||
* ```
|
```
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
```
|
```
|
||||||
* Save in default location
|
* Save in default location
|
||||||
* Write a password (optional)
|
* Write a password (optional)
|
||||||
* To see the public key, write in the terminal
|
* To see the public key, write in the terminal
|
||||||
* ```
|
```
|
||||||
cat ~/.ssh/id_rsa.pub
|
cat ~/.ssh/id_rsa.pub
|
||||||
```
|
```
|
||||||
* Select and copy the public key when needed
|
* 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
|
* To SSH into the VM once the 3Node is deployed
|
||||||
* Copy the Planetary Network address
|
* Copy the Planetary Network address
|
||||||
* Open the terminal, write the following with the deployment address and write **yes** to confirm
|
* Open the terminal, write the following with the deployment address and write **yes** to confirm
|
||||||
* ```
|
```
|
||||||
ssh root@planetary_network_address
|
ssh root@planetary_network_address
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -214,13 +214,13 @@ You now have an SSH connection on MAC with the Planetary Network.
|
|||||||
* Search OpenSSH
|
* Search OpenSSH
|
||||||
* Install OpenSSH Client and OpenSSH Server
|
* Install OpenSSH Client and OpenSSH Server
|
||||||
* To create the SSH key pair, open `PowerShell` and write
|
* To create the SSH key pair, open `PowerShell` and write
|
||||||
* ```
|
```
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
```
|
```
|
||||||
* Save in default location
|
* Save in default location
|
||||||
* Write a password (optional)
|
* Write a password (optional)
|
||||||
* To see the public key, write in `PowerShell`
|
* To see the public key, write in `PowerShell`
|
||||||
* ```
|
```
|
||||||
cat ~/.ssh/id_rsa.pub
|
cat ~/.ssh/id_rsa.pub
|
||||||
```
|
```
|
||||||
* Select and copy the public key when needed
|
* 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
|
* To SSH into the VM once the 3Node is deployed
|
||||||
* Copy the IPv4 address
|
* Copy the IPv4 address
|
||||||
* Open `PowerShell`, write the following with the deployment address and write **yes** to confirm
|
* Open `PowerShell`, write the following with the deployment address and write **yes** to confirm
|
||||||
* ```
|
```
|
||||||
ssh root@IPv4_address
|
ssh root@IPv4_address
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -262,13 +262,13 @@ You now have an SSH connection on Window with IPv4.
|
|||||||
* Search OpenSSH
|
* Search OpenSSH
|
||||||
* Install OpenSSH Client and OpenSSH Server
|
* Install OpenSSH Client and OpenSSH Server
|
||||||
* To create the SSH key pair, open `PowerShell` and write
|
* To create the SSH key pair, open `PowerShell` and write
|
||||||
* ```
|
```
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
```
|
```
|
||||||
* Save in default location
|
* Save in default location
|
||||||
* Write a password (optional)
|
* Write a password (optional)
|
||||||
* To see the public key, write in `PowerShell`
|
* To see the public key, write in `PowerShell`
|
||||||
* ```
|
```
|
||||||
cat ~/.ssh/id_rsa.pub
|
cat ~/.ssh/id_rsa.pub
|
||||||
```
|
```
|
||||||
* Select and copy the public key when needed
|
* 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
|
* To SSH into the VM once the 3Node is deployed
|
||||||
* Copy the Planetary Network address
|
* Copy the Planetary Network address
|
||||||
* Open `PowerShell`, write the following with the deployment address and write **yes** to confirm
|
* Open `PowerShell`, write the following with the deployment address and write **yes** to confirm
|
||||||
* ```
|
```
|
||||||
ssh root@planetary_network_address
|
ssh root@planetary_network_address
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user