Skip to content

Getting "Error: invalid or unknown remote ssh hostkey; class=Ssh (23); code=Certificate (-17)" on MacOS #5120

@zellyn

Description

@zellyn

Description

Hi there. I see search results in the issues for this on Windows, but I'm seeing it on MacOS too.

Steps to Reproduce the Problem

  1. Unfortunately, I have no idea what is causing the problem.

Expected Behavior

jj git push works

Actual Behavior

~/gh/adventofcode/2024/16 # jj git remote list             
origin git@github.com:zellyn/adventofcode.git

~/gh/adventofcode/2024/16 # ssh -F /dev/null git@github.com
PTY allocation request failed on channel 0
Hi zellyn! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.

~/gh/adventofcode/2024/16 # cd ~/tmp 

~/tmp git clone git@github.com:zellyn/adventofcode.git
Cloning into 'adventofcode'...
remote: Enumerating objects: 1889, done.
remote: Counting objects: 100% (621/621), done.
remote: Compressing objects: 100% (474/474), done.
remote: Total 1889 (delta 214), reused 476 (delta 116), pack-reused 1268 (from 1)
Receiving objects: 100% (1889/1889), 4.40 MiB | 103.00 KiB/s, done.
Resolving deltas: 100% (575/575), done.

~/tmp rm -rf adventofcode
~/tmp cd -
~/gh/adventofcode/2024/16

 ~/gh/adventofcode/2024/16 # jj git push
Changes to push to origin:
  Move forward bookmark master from a6604f69720a to 40daaeff2170
Error: invalid or unknown remote ssh hostkey; class=Ssh (23); code=Certificate (-17)
Hint: Jujutsu uses libssh2, which doesn't respect ~/.ssh/config. Does `ssh -F /dev/null` to the host work?



~/gh/adventofcode/2024/16 # neofetch
                    'c.          zellyn@zellyn-macbookpro.local 
                 ,xNMM.          ------------------------------ 
               .OMMMMo           OS: macOS 15.2 24C101 arm64 
               OMMM0,            Host: MacBookPro18,2 
     .;loddo:' loolloddol;.      Kernel: 24.2.0 
   cKMMMMMMMMMMNWMMMMMMMMMM0:    Uptime: 11 hours, 24 mins 
 .KMMMMMMMMMMMMMMMMMMMMMMMWd.    Packages: 309 (brew) 
 XMMMMMMMMMMMMMMMMMMMMMMMX.      Shell: zsh 5.9 
;MMMMMMMMMMMMMMMMMMMMMMMM:       Resolution: 1728x1117 
:MMMMMMMMMMMMMMMMMMMMMMMM:       DE: Aqua 
.MMMMMMMMMMMMMMMMMMMMMMMMX.      WM: Quartz Compositor 
 kMMMMMMMMMMMMMMMMMMMMMMMMWd.    WM Theme: Blue (Light) 
 .XMMMMMMMMMMMMMMMMMMMMMMMMMMk   Terminal: Apple_Terminal 
  .XMMMMMMMMMMMMMMMMMMMMMMMMK.   Terminal Font: SFMono-Regular 
    kMMMMMMMMMMMMMMMMMMMMMMd     CPU: Apple M1 Max 
     ;KMMMMMMMWXXWMMMMMMMk.      GPU: Apple M1 Max 
       .cooc,.    .,coo:.        Memory: 7923MiB / 65536MiB 

Specifications

  • Platform: macOS 15.2 24C101 arm64
  • Version: jj 0.24.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions