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 users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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, SSH_ASKPASS, that points to the gui password 
prompt tool.

Unset that var should fix it.


In one window this worked but in another:

$ SSH_ASKPASS=
$ ssh inside
ssh_askpass: exec(): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(): No such file or directory
rgm@nevia: Permission denied 
(publickey,gssapi-keyex,gssapi-with-mic,password).

[rgm@lx140e ~]$ echo $SSH_ASKPASS

I have my rsync going in the window that a simple ssh inside is 
working, but what is going on here


Supposition:

I had terminal window open where I normally do my rsync by up-arrow to 
the command and repeat.


I did an update and rebooted and logged back in.  Said terminal window 
auto reopened.  This is the window with the permissions error.


I open a fresh window and things are working there.

ERGO:  old terminal windows that auto reopen on reboot do not get new 
stuff.  For good and bad


--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 
prompt tool.

Unset that var should fix it.


In one window this worked but in another:

$ SSH_ASKPASS=
$ ssh inside
ssh_askpass: exec(): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(): No such file or directory
rgm@nevia: Permission denied 
(publickey,gssapi-keyex,gssapi-with-mic,password).

[rgm@lx140e ~]$ echo $SSH_ASKPASS

I have my rsync going in the window that a simple ssh inside is working, 
but what is going on here


--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 --password-file option.

Beware: this only applies when connecting to an rsync daemon, not when using
SSH.

-- 
francis
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 should fix it.

Barry

--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 doing an ssh -vvv to the remote system and see
the mass of info it prints to possibly discover if all the ways it tries
to connect now fail. You can allow "insecure" algorithms on a per
host basis by putting cryptic nonsense in the ~/.ssh/config file
(the man page or the internet is the best reference for the nonsense :-).

I had to do that for updating my web pages because the hosting site
is running an older ssh server (or was, they may have updated by now).
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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/


Permission denied, please try again.
Permission denied, please try again.
r...@inside.htt-consult.com: Permission denied 
(publickey,gssapi-keyex,gssapi-with-mic,password).

rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(231) [sender=3.2.7]


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?

Using -f with the ssh command will prompt for a password.  I don't 
know if rsync will pass that through.


The rsync manpage has this suggestion:

set environment variable RSYNC_PASSWORD to the password


set RSYNC_PASSWORD = paswd

did not help



Maybe the combination will let rsync pass the pw to the ssh prompt?

Good luck.

--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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/


Permission denied, please try again.
Permission denied, please try again.
r...@inside.htt-consult.com: Permission denied 
(publickey,gssapi-keyex,gssapi-with-mic,password).

rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(231) [sender=3.2.7]


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?

Using -f with the ssh command will prompt for a password.  I don't 
know if rsync will pass that through.


$ ssh -f inside
Cannot fork into background without a command to execute.

So not -f



The rsync manpage has this suggestion:

set environment variable RSYNC_PASSWORD to the password

Maybe the combination will let rsync pass the pw to the ssh prompt?

Good luck.

--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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.
Permission denied, please try again.
r...@inside.htt-consult.com: Permission denied 
(publickey,gssapi-keyex,gssapi-with-mic,password).

rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(231) [sender=3.2.7]


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?

Using -f with the ssh command will prompt for a password.  I don't know 
if rsync will pass that through.


The rsync manpage has this suggestion:

set environment variable RSYNC_PASSWORD to the password

Maybe the combination will let rsync pass the pw to the ssh prompt?

Good luck.
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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.htt-consult.com: Permission denied 
(publickey,gssapi-keyex,gssapi-with-mic,password).

rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(231) [sender=3.2.7]


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?

thanks
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue