[Bug 1659719] Re: ssh can't call a binary from a snap without the full path
Michael Hudson-Doyle
1659719 at bugs.launchpad.net
Fri Jul 3 02:44:07 UTC 2020
It's easy enough to unconditionally add /snap/bin to path, see attached,
but I can't really see a clean way to only have it present in the $PATH
when snapd is installed (without code changes to pam_env, anyway).
** Patch added: "pam_1.3.1-5ubuntu4_1.3.1-5ubuntu5.patch"
https://bugs.launchpad.net/snappy/+bug/1659719/+attachment/5389209/+files/pam_1.3.1-5ubuntu4_1.3.1-5ubuntu5.patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1659719
Title:
ssh can't call a binary from a snap without the full path
Status in Snappy:
Fix Committed
Status in livecd-rootfs package in Ubuntu:
Fix Released
Status in openssh package in Ubuntu:
Confirmed
Status in pam package in Ubuntu:
Confirmed
Status in snapd package in Ubuntu:
Confirmed
Status in livecd-rootfs source package in Groovy:
Fix Released
Status in openssh source package in Groovy:
Confirmed
Status in pam source package in Groovy:
Confirmed
Status in snapd source package in Groovy:
Confirmed
Bug description:
ssh can't call a binary from a snap, it will only work using the full
path.
Let's say I have the hello snap installed in 192.168.122.24. Then:
elopio at ubuntu-xenial:~/mosh$ ssh 192.168.122.24 hello
elopio at 192.168.122.24's password:
bash: hello: command not found
elopio at ubuntu-xenial:~/mosh$ ssh 192.168.122.24 /snap/bin/hello
elopio at 192.168.122.24's password:
Hello, world!
To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1659719/+subscriptions
More information about the foundations-bugs
mailing list