Skip to main content

Install With SSH

·58 words·1 min
GaurAfro
Author
GaurAfro
I will always keep learning

Why use SSH? #

  1. To copy/paste commands.
  2. You can use any device (e.g. a mobile phone or laptop).

In the target/host #

Use these commands in the live “archiso” environment:

  1. Change the root password
passwd
  1. Start the SSH Daemon
systemctl start sshd

On the remote/client #

  1. Log in to the local “archiso
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null [email protected]