Linux distribution and version
Fedora 34
Flatpak version
Flatpak 1.10.2
Description of the problem
When issuing flatpak updatethrough an SSH connection, I need to authenticate and I really don't want to: I'd rather use sudo or not authenticate at all if possible. Upgrades for user installed packages should be possible through SSH because it is possible by running flatpak update directly in a gnome-terminal.
Steps to reproduce
I'd like to copy & paste those, but the AUTHENTICATION message kills the scroll back. Go figure.
[da@David-UB ~]$ flatpak update
Looking for updates…
Nothing to do.
[da@David-UB ~]$ ssh localhost -X # same thing without -X
Host key fingerprint [...]
Last login: Sun May 9 16:19:38 2021 from 127.0.0.1
[da@David-UB ~]$ flatpak update
==== AUTHENTICATING FOR org.freedesktop.Flatpak.metadata-update ====
Authentication is required to update metadata
Multiple identities can be used for authentication:
[...]
Choose identity to authenticate as (1-2):
Related: #4136 #3001
Linux distribution and version
Fedora 34
Flatpak version
Flatpak 1.10.2
Description of the problem
When issuing
flatpak updatethrough an SSH connection, I need to authenticate and I really don't want to: I'd rather use sudo or not authenticate at all if possible. Upgrades for user installed packages should be possible through SSH because it is possible by runningflatpak updatedirectly in a gnome-terminal.Steps to reproduce
I'd like to copy & paste those, but the AUTHENTICATION message kills the scroll back. Go figure.
Related: #4136 #3001