Re: F38 - ssh now having a password popup

2023-12-26 Thread Barry Scott
> On 26 Dec 2023, at 13:25, Robert Moskowitz wrote: > > $ SSH_ASKPASS= You have to unset the var not set it to the empty string. $ unset SSH_ASKPASS Barry -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to u

Re: F38 - ssh now having a password popup

2023-12-26 Thread Robert Moskowitz
On 12/26/23 08:25, Robert Moskowitz wrote: On 12/26/23 03:47, Barry wrote: On 26 Dec 2023, at 02:23, Robert Moskowitz wrote: When I just try the ssh inside I get a popup for my password. How do I turn this off so I get the old command prompt for the password? There is an env var, SS

Re: F38 - ssh now having a password popup

2023-12-26 Thread Robert Moskowitz
On 12/26/23 03:47, Barry wrote: On 26 Dec 2023, at 02:23, Robert Moskowitz wrote: When I just try the ssh inside I get a popup for my password. How do I turn this off so I get the old command prompt for the password? There is an env var, SSH_ASKPASS, that points to the gui password pr

Re: F38 - ssh now having a password popup

2023-12-26 Thread Francis . Montagnac
On Tue, 26 Dec 2023 12:11:15 + Patrick O'Callaghan wrote: > On Mon, 2023-12-25 at 22:51 -0500, Robert Moskowitz wrote: >>> The rsync manpage has this suggestion: >>> set environment variable RSYNC_PASSWORD to the password >> set RSYNC_PASSWORD = paswd >> did not help > You can also use the

Re: F38 - ssh now having a password popup

2023-12-26 Thread Patrick O'Callaghan
On Mon, 2023-12-25 at 22:51 -0500, Robert Moskowitz wrote: > > The rsync manpage has this suggestion: > > > > set environment variable RSYNC_PASSWORD to the password > > set RSYNC_PASSWORD = paswd > > did not help You can also use the --password-file option. poc --

Re: F38 - ssh now having a password popup

2023-12-26 Thread Barry
> On 26 Dec 2023, at 02:23, Robert Moskowitz wrote: > > When I just try the ssh inside > > I get a popup for my password. > > How do I turn this off so I get the old command prompt for the password? There is an env var, SSH_ASKPASS, that points to the gui password prompt tool. Unset that var

Re: F38 - ssh now having a password popup

2023-12-25 Thread Tom Horsley
On Mon, 25 Dec 2023 22:51:39 -0500 Robert Moskowitz wrote: > did not help They keep changing what kinds of algorithms and keys are allowed to work because of security reasons. You said you just did an upgrade, so perhaps your ssh is now incompatible with the ssh server on the remote system. Try d

Re: F38 - ssh now having a password popup

2023-12-25 Thread Robert Moskowitz
On 12/25/23 22:01, Mike Wright wrote: On 12/25/23 18:22, Robert Moskowitz wrote: I did a system upgrade last week and now the following is failing: $rsync -ah --stats -e "ssh -p 223 -4" /home/stuff/Daf/21-Bava_Kama/ inside.htt-consult.com:/media/WD3TB01/Archive/Videos/Daf14/21-Bava_Kama/ P

Re: F38 - ssh now having a password popup

2023-12-25 Thread Robert Moskowitz
On 12/25/23 22:01, Mike Wright wrote: On 12/25/23 18:22, Robert Moskowitz wrote: I did a system upgrade last week and now the following is failing: $rsync -ah --stats -e "ssh -p 223 -4" /home/stuff/Daf/21-Bava_Kama/ inside.htt-consult.com:/media/WD3TB01/Archive/Videos/Daf14/21-Bava_Kama/ P

Re: F38 - ssh now having a password popup

2023-12-25 Thread Mike Wright
On 12/25/23 18:22, Robert Moskowitz wrote: I did a system upgrade last week and now the following is failing: $rsync -ah --stats -e "ssh -p 223 -4" /home/stuff/Daf/21-Bava_Kama/ inside.htt-consult.com:/media/WD3TB01/Archive/Videos/Daf14/21-Bava_Kama/ Permission denied, please try again. Permi

F38 - ssh now having a password popup

2023-12-25 Thread Robert Moskowitz
I did a system upgrade last week and now the following is failing: $rsync -ah --stats -e "ssh -p 223 -4" /home/stuff/Daf/21-Bava_Kama/ inside.htt-consult.com:/media/WD3TB01/Archive/Videos/Daf14/21-Bava_Kama/ Permission denied, please try again. Permission denied, please try again. r...@inside.