aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJulien Dessaux2022-04-01 01:16:50 +0200
committerJulien Dessaux2022-04-01 01:16:50 +0200
commitfbd114c09f413c37d14be1787fd8e642baa9f7a9 (patch)
tree90e0f92bf86aea8d81d450bcfad72c753dbfe7dc /content
parentAdded phoenix reinstall blog article (diff)
downloadwww-fbd114c09f413c37d14be1787fd8e642baa9f7a9.tar.gz
www-fbd114c09f413c37d14be1787fd8e642baa9f7a9.tar.bz2
www-fbd114c09f413c37d14be1787fd8e642baa9f7a9.zip
Updated freebsd remote install article
Diffstat (limited to 'content')
-rw-r--r--content/docs/freebsd/remote_install.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/docs/freebsd/remote_install.md b/content/docs/freebsd/remote_install.md
index 3509fe1..7bc9f63 100644
--- a/content/docs/freebsd/remote_install.md
+++ b/content/docs/freebsd/remote_install.md
@@ -18,10 +18,13 @@ wget https://download.freebsd.org/ftp/releases/VM-IMAGES/13.0-RELEASE/amd64/Late
```
When all is done, force a reboot of your machine and connect to the remote console. Your FreeBSD system should boot and leave you with an authentication prompt. Just type in root (it will not ask for a password) and go through this post installation checklist :
+- run `freebsd-update fetch install`
- set a root password with `passwd`
- add a user account with `adduser`, put it in the `wheel` group
+- add a ssh authorized_keys for your new user
+- change your hostname in `/etc/rc.conf`
- activate openssh with `service sshd enable && service sshd start`
- if dhcp is not sufficient configure your network with `ifconfig`, `pkill dhclient` if necessary and check the default route(s)
- don't forget to configure ipv6 too
- configure your `resolv.conf`
-- install python for your first ansible run
+- install python3 for your first ansible run