Re: [PLUG] Puzzle with ssh

2024-01-21 Thread Michael Ewan
Defaulting to IPV6 still burns me sometimes, I had a similar problem that made me crazy until I saw the addresses. How are you doing Ken? On Sun, Jan 21, 2024 at 2:24 PM Ken Stephens wrote: > SOLVED: SSH is using IPV6 from laptop to server while server to laptop is > using IPV4. Successfully l

Re: [PLUG] Puzzle with ssh

2024-01-21 Thread Ken Stephens
SOLVED: SSH is using IPV6 from laptop to server while server to laptop is using IPV4. Successfully logged into server from laptop using the IPV4 address. Another GOTCHA to be aware of. To configure ssh to use IPV4 do this

Re: [PLUG] Puzzle with ssh

2024-01-20 Thread Russell Senior
Not relevant to your problem at all, but it looks like you have an extraneous ~/.ssh/.ssh directory. -- Russell On Sat, Jan 20, 2024 at 4:37 PM Ken Stephens wrote: > Correcting the above order of things. > . > . > . > debug1: Trying private key: /home/kens/.ssh/id_ed25519_sk > debug1: Trying p

Re: [PLUG] Puzzle with ssh

2024-01-20 Thread Ken Stephens
Correcting the above order of things. . . . debug1: Trying private key: /home/kens/.ssh/id_ed25519_sk debug1: Trying private key: /home/kens/.ssh/id_xmss debug1: Next authentication method: password debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password Permissio

Re: [PLUG] Puzzle with ssh

2024-01-20 Thread Ken Stephens
~]$ ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa kens~]$ ssh -v atlas OpenSSH_9.0p1, OpenSSL 3.0.9 30 May 2023 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug1: Reading configuration data

Re: [PLUG] Puzzle with ssh

2024-01-20 Thread Russell Senior
To could get the laptop users public key onto the jetson nano and use that to add the public key to the server's .ssh/authorized_keys. I concur that seeing the error message could be helpful to diagnose the problem. On Sat, Jan 20, 2024 at 3:12 PM Ken Stephens wrote: > I have a laptop, a Jetson

Re: [PLUG] Puzzle with ssh

2024-01-20 Thread Alex Bedard
From laptop to server, try: ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa username@server Alex On 1/20/24 15:12, Ken Stephens wrote: I have a laptop, a Jetson Nano, and a desktop/server. I had to rebuild my laptop because of the usual reason for doing something stup

Re: [PLUG] Puzzle with ssh

2024-01-20 Thread Terry Griffin
What is the error? You might be suffering from this: https://bugzilla.redhat.com/show_bug.cgi?id=2060232. Try the 'update-crypto-policies' workaround a few posts down. Terry On 1/20/24 15:12, Ken Stephens wrote: I have a laptop, a Jetson Nano, and a desktop/server. I had to rebuild my lapt

[PLUG] Puzzle with ssh

2024-01-20 Thread Ken Stephens
I have a laptop, a Jetson Nano, and a desktop/server. I had to rebuild my laptop because of the usual reason for doing something stupid. I have not been able to ssh into my server since. My Jetson Nano can ssh into the server. The server can ssh to both my laptop and Jetson Nano. The server and