Hmokay, what about restarting yunohost-api
with sudo systemctl restart yunohost-api
?
Ok it works now !
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
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 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?