Yunohost 11.1 spooky testing

Hmokay, what about restarting yunohost-api with sudo systemctl restart yunohost-api ?

Ok it works now !

nvReMR

1 Like

Same here, I had to change the port to 22 in webadmin and change it back to XXXX to have it.

Hmokay, can we check in Tools > Logs if any recent migration happened and check that it was indeed successful ?

I had a successfull migration : https://paste.yunohost.org/raw/uxihetavas

Not sure if it’s another one I need to check ?

Hm no that’s the right log … I’m suspecting the issue is related to the fact that a regen-conf happens after the package upgrade, but before the migrations …

Gotta think about how we can fix this

I am on the same network, but as su works with the new password, it might be a problem due to my box (there is just a switch between my computer and my server, but as I use the domain name, it may go thru the box ? Or some ipv6 fun).
So no problem due to 11.1 here, just some other problem somewhere else, no worries to have :heart:

I am sure we can leave only one password best practice notice in Outils / Paramètres de YunoHost

I have set up SSH public key authentication to connect to my server (authorized_keys set server side).
When I try to connect with SSH to the server, I get Permission denied (publickey) error…
I don’t understand why because the key hasn’t changed… am I missing something?

@ericg : eeeh you mean for the admin user, right ?

yes

I guess I would check with namei -l /home/admin/.ssh that all permissions / ownerships are still as expected (the user admin was recreated, but supposedly with the same uid)

I am locked out from connecting through SSH :face_with_spiral_eyes: Do you know how I can regain access to my server?

Eeeeeh using the admin or other admin user password ?

hum, me too I can’t connect to ssh after this migration !! I did not want to stay with the test sources, it’s a mistake… Can I come back to stable ?

Can you please elaborate on how exactly you are trying to connect and what happens : which user, what auth mechanism, what error message, …

Ok, it was a mistake, or after reboot I can conect with ssh… Can I come back to stable ?
my yunohost.list
deb http://forge.yunohost.org/debian/ bullseye stable testing

if I edit to get back with deb http://forge.yunohost.org/debian/ bullseye stable, can I reverse the changes ??

Removing the testing keyword will only prevent future testing upgrades, it won’t rollback the system to stable, and there’s no way to rollback to stable

OK, and if I do it anyway, does these changes will arrive on the stable branch?