This commit is contained in:
Michel Le Cocq 2020-06-22 09:47:36 +02:00
parent f327aee764
commit 1eadb4fea3

View File

@ -1,22 +1,24 @@
# install ubuntu full ZFS with zfs encryption # install ubuntu full ZFS with zfs encryption
Boot the Ubuntu 20.04 Desktop installer/live CD. Boot the Ubuntu 20.04 Desktop installer/live CD.
Click the “Try Ubuntu” button. Click the “Try Ubuntu” button.
launch a terminal launch a terminal.
~~~
$ sudo su
# apt install ssh
~~~
set a passwd to root to permit remote ssh set a passwd to root to permit remote ssh
~~~ ~~~
$ sudo su
# passwd # passwd
New password : New password :
Retype new passord : Retype new passord :
passwd: password updated successfully passwd: password updated successfully
~~~ ~~~
Install ssh to simplfy configuration edit.
~~~
# apt install ssh
~~~
Edit **/etc/ssh/sshd_config** to **Enable PermitRootLogin** change *prohibit-password* to *yes* like bellow. Edit **/etc/ssh/sshd_config** to **Enable PermitRootLogin** change *prohibit-password* to *yes* like bellow.
~~~{.shell} ~~~{.shell}
@ -28,9 +30,12 @@ PermitRootLogin yes
service ssh restart service ssh restart
~~~ ~~~
find yout IP with : *ip a* # Connect from your other host.
find yout IP with : *ip a*
then connect remotely with : *ssh* then connect remotely with : *ssh*
# update zsys-setup # update zsys-setup
## enable zfs encyption on rpool ## enable zfs encyption on rpool