Difference between revisions of "install debian remotely via ssh"
From thelinuxwiki
(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
- Boot from the CD and in the Installer boot menu select “Advanced options >”
- Then select “Expert install”
- select “Detect and mount CD-ROM”
- select “Load installer components from CD”
- Select “Detect network hardware” and then “Configure the network”.
- generate SSH host keys and have you set a remote installation password
- 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]