Re: Secondary SSH

2024-08-24 Thread Samuel Sieb
On 8/24/24 12:31 AM, Jeffrey Walton wrote: On Sat, Aug 24, 2024 at 3:24 AM Samuel Sieb wrote: On 8/23/24 3:17 PM, Dave Close wrote: Jeffrey Walton wrote: At this point, I would visit each machine and: mkdir -p ~/.ssh chown -R dclose:dclose ~/.ssh chmod -R o-rwx ~/.ssh That wo

Re: Secondary SSH

2024-08-24 Thread Jeffrey Walton
On Sat, Aug 24, 2024 at 3:24 AM Samuel Sieb wrote: > > On 8/23/24 3:17 PM, Dave Close wrote: > > Jeffrey Walton wrote: > > > >> At this point, I would visit each machine and: > >> > >>mkdir -p ~/.ssh > >>chown -R dclose:dclose ~/.ssh > >>chmod -R o-rwx ~/.ssh > > > > That would be guar

Re: Secondary SSH

2024-08-24 Thread Samuel Sieb
On 8/23/24 3:17 PM, Dave Close wrote: Jeffrey Walton wrote: At this point, I would visit each machine and: mkdir -p ~/.ssh chown -R dclose:dclose ~/.ssh chmod -R o-rwx ~/.ssh That would be guaranteed to cause failure. For example, my private keys cannot have 0777 permissions! I th

Re: Secondary SSH

2024-08-23 Thread Dave Close
I wrote: >I have several local machines that, while working, I frequently use ssh >to do something on a different machine. While on that second machine, >I may even use ssh to do something on a third machine. All of this >works exactly as it should. > >If I use JuiceSSH on my Android phone to cont

Re: Secondary SSH

2024-08-23 Thread Dave Close
Jeffrey Walton wrote: >At this point, I would visit each machine and: > > mkdir -p ~/.ssh > chown -R dclose:dclose ~/.ssh > chmod -R o-rwx ~/.ssh That would be guaranteed to cause failure. For example, my private keys cannot have 0777 permissions! -- Dave Close, Compata, Irvine CA "Yo

Re: Secondary SSH

2024-08-23 Thread Jeffrey Walton
On Fri, Aug 23, 2024 at 5:44 PM Dave Close wrote: > > I have several local machines that, while working, I frequently use ssh > to do something on a different machine. While on that second machine, > I may even use ssh to do something on a third machine. All of this > works exactly as it should. >

Secondary SSH

2024-08-23 Thread Dave Close
I have several local machines that, while working, I frequently use ssh to do something on a different machine. While on that second machine, I may even use ssh to do something on a third machine. All of this works exactly as it should. If I use JuiceSSH on my Android phone to contact one of my lo