Debian: Remove unnecessary step

Richard Laager 2019-04-19 01:05:46 -05:00
parent f8295f9368
commit d013bdd2f8
3 changed files with 0 additions and 3 deletions

@ -45,7 +45,6 @@ If you have a second system, using SSH to access the target system can be conven
$ sudo apt update $ sudo apt update
$ sudo apt install --yes openssh-server $ sudo apt install --yes openssh-server
$ sudo sed -i "s/#Password/Password/" /etc/ssh/sshd_config
$ sudo systemctl restart ssh $ sudo systemctl restart ssh
**Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`. **Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`.

@ -41,7 +41,6 @@ If you have a second system, using SSH to access the target system can be conven
$ sudo apt update $ sudo apt update
$ sudo apt install --yes openssh-server $ sudo apt install --yes openssh-server
$ sudo sed -i "s/#Password/Password/" /etc/ssh/sshd_config
$ sudo systemctl restart ssh $ sudo systemctl restart ssh
**Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`. **Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`.

@ -41,7 +41,6 @@ If you have a second system, using SSH to access the target system can be conven
$ sudo apt update $ sudo apt update
$ sudo apt install --yes openssh-server $ sudo apt install --yes openssh-server
$ sudo sed -i "s/#Password/Password/" /etc/ssh/sshd_config
$ sudo systemctl restart ssh $ sudo systemctl restart ssh
**Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`. **Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`.