Re: [PLUG] Ubuntu SNAP versus limited memory

2022-12-14 Thread Paul Goins
I'm curious: do you have any idea what the root cause might have been? Was it the choice of desktop environment for example? (Certainly Gnome isn't the most lightweight environment.) I'm curious what Free Geek moved to instead? (Legitimately curious, not getting defensive at all here.) - Paul

Re: [PLUG] Ubuntu SNAP versus limited memory

2022-12-14 Thread Ben Koenig
--- Original Message --- On Wednesday, December 14th, 2022 at 5:01 PM, Keith Lofstrom wrote: > I'm moving from a Redhat-family distro (Scientific Linux, > a physics-heavy CENTOS clone) to Debian-family distros. > I've played with Ubuntu 20.10 and and 22.10 on two > desktops; "snap"

Re: [PLUG] Ubuntu SNAP versus limited memory

2022-12-14 Thread Paul Goins
Without diving into e.g. snap vs. appimage vs flatpak (which can become somewhat of a religious discussion) - snap is one of several container-based application delivery solutions. Each has its pros and cons, but they are essentially a containerized approach to software delivery. In plain

Re: [PLUG] Ubuntu SNAP versus limited memory

2022-12-14 Thread Robert Kopp
I have 32GB RAM and haven't noted such a problem. But you should be satisfied with Debian, which I also have.  Sent from Yahoo Mail on Android On Wed, Dec 14, 2022 at 5:06 PM, Keith Lofstrom wrote: I'm moving from a Redhat-family distro (Scientific Linux, a physics-heavy CENTOS clone) to

[PLUG] Ubuntu SNAP versus limited memory

2022-12-14 Thread Keith Lofstrom
I'm moving from a Redhat-family distro (Scientific Linux, a physics-heavy CENTOS clone) to Debian-family distros. I've played with Ubuntu 20.10 and and 22.10 on two desktops; "snap" seems to use nontrivial amounts of RAM. My preferred laptops are only 3GB; RAM bloat is an issue. I also maintain

Re: [PLUG] ssh pass phrase issue [FIXED]

2022-12-14 Thread wes
On Wed, Dec 14, 2022 at 12:31 PM Rich Shepard wrote: > On Wed, 14 Dec 2022, Robert Citek wrote: > > > Something sounds suspicious or pieces to the puzzle are missing. Changing > > the passphrase on a private key shouldn't change anything on the public > > key side. Could it be that someone

Re: [PLUG] ssh pass phrase issue [FIXED]

2022-12-14 Thread Rich Shepard
On Wed, 14 Dec 2022, Rich Shepard wrote: I used `ssh-keygen -p -f ~/.ssh/id_ed.` and assumed it generated the pair of private and public keys. For the record I found the above command on Rich

Re: [PLUG] ssh pass phrase issue [FIXED]

2022-12-14 Thread Rich Shepard
On Wed, 14 Dec 2022, Robert Citek wrote: Something sounds suspicious or pieces to the puzzle are missing. Changing the passphrase on a private key shouldn't change anything on the public key side. Could it be that someone slipped a different public key in your authorized_keys file? Robert,

Re: [PLUG] ssh pass phrase issue [FIXED]

2022-12-14 Thread Robert Citek
Something sounds suspicious or pieces to the puzzle are missing. Changing the passphrase on a private key shouldn't change anything on the public key side. Could it be that someone slipped a different public key in your authorized_keys file? - Robert On Wed, Dec 14, 2022 at 12:15 PM Rich

Re: [PLUG] ssh pass phrase issue [FIXED]

2022-12-14 Thread Rich Shepard
On Wed, 14 Dec 2022, Rich Shepard wrote: I assume that when I want to log into my web site, and am asked for my pass phrase, it's my local host asking for the pass phrase. Is this correct? Problem solved. Why the original pass phrase stopped working remains unknown. But I changed my pass

Re: [PLUG] ssh pass phrase issue

2022-12-14 Thread Rich Shepard
On Wed, 14 Dec 2022, Ken Stephens wrote: Have you used the -v option with ssh. This option gives you a lot more information on who is asking what. Ken, Oops! I keep forgetting about that option. But, the new pass phrase works when I push content to github, but not to my web site's host. So

Re: [PLUG] ssh pass phrase issue

2022-12-14 Thread Randy Bush
maybe this will help a bit. sorry it's slightly mac oriented https://archive.psg.com/221014.btnog-ssh-and-ssh-agent.pdf

Re: [PLUG] ssh pass phrase issue

2022-12-14 Thread Ken Stephens
Rich, Have you used the -v option with ssh. This option gives you a lot more information on who is asking what. Regards, Ken On Wed, Dec 14, 2022 at 9:28 AM Rich Shepard wrote: > I assume that when I want to log into my web site, and am asked for my pass > phrase, it's my local host asking

[PLUG] ssh pass phrase issue

2022-12-14 Thread Rich Shepard
I assume that when I want to log into my web site, and am asked for my pass phrase, it's my local host asking for the pass phrase. Is this correct? If so, please help me find why, since yesterday, the pass phrase is rejected three times before the remote site kicks me off. I've use this pass