Difference between revisions of "install debian remotely via ssh"

From thelinuxwiki
Jump to: navigation, search
(Created page with "Tested with version 10.1 of debian buster # Boot from the CD and in the Installer boot menu select “Advanced options >” # Then select “Expert install” # select “Dete...")
 
 
Line 7: Line 7:
 
# generate SSH host keys and have you set a remote installation password
 
# generate SSH host keys and have you set a remote installation password
 
# ssh in with installer@<ipaddress>
 
# ssh in with installer@<ipaddress>
 +
 +
want to seed an installation media so you never need a monitor at all? see this angry guys site... [https://tomasz.ciborski.com/debian-installation-over-ssh/]
 
[[category:debian]]
 
[[category:debian]]

Latest revision as of 11:39, 13 July 2020

Tested with version 10.1 of debian buster

  1. Boot from the CD and in the Installer boot menu select “Advanced options >”
  2. Then select “Expert install”
  3. select “Detect and mount CD-ROM”
  4. select “Load installer components from CD”
  5. Select “Detect network hardware” and then “Configure the network”.
  6. generate SSH host keys and have you set a remote installation password
  7. ssh in with installer@<ipaddress>

want to seed an installation media so you never need a monitor at all? see this angry guys site... [1]