Many thanks for your help!
From the console inside of the Proxmox:
ls -lsa /root/.homey-shs/
drwxr-xr-x 8 root root 4096 Jan 25 09:57 .
4 drwx------ 5 root root 4096 Jan 25 12:55 ..
4 drwxr-xr-x 3 root root 4096 Jan 25 10:33 apps
4 drwxr-xr-x 2 root root 4096 Jan 25 09:57 insights
4 drwxr-xr-x 2 root root 4096 Jan 25 12:58 matter
4 drwxr-xr-x 3 root root 4096 Jan 25 09:56 matter-certs
4 drwxr-xr-x 2 root root 4096 Jan 25 10:33 rrd
4 drwxr-xr-x 2 root root 4096 Jan 25 12:58 sqlite
root@homey-shs:~#
docker inspect -f ‘{{ json .Mounts }}’ homey-shs | jq
[
{
“Type”: “bind”,
“Source”: “/root/.homey-shs”,
“Destination”: “/homey/user”,
“Mode”: “”,
“RW”: true,
“Propagation”: “rprivate”
}
]
Using the command “grep -n PasswordAuthentication /etc/ssh/sshd_config” gives mixed result:
Runnig shell from “heim” it gives:
root@heim:~# grep -n PasswordAuthentication /etc/ssh/sshd_config
57:PasswordAuthentication yes
79:# PasswordAuthentication. Depending on your PAM configuration,
83:# PAM authentication, then enable this but set PasswordAuthentication
From 100 (homey-shs), it gives:
57:#PasswordAuthentication yes
81:# PasswordAuthentication. Depending on your PAM configuration,
85:# PAM authentication, then enable this but set PasswordAuthentication
I could live with performing backup/restore from within the Proxmox installation, but can’t see the way to achive that.
