i tried to connect to ssh server in M1 macOS terminal like this
ssh -i {myKeyFilePath/myKeyFile.pem} user@host
but it returns
sign_and_send_pubkey: no mutual signature supported
user@host: Permission denied (publickey).
i didn't modified any ssh settings and file permission of {myKeyFile.pem} is 400 Also i can connect ssh server well by IntelliJ remote hosts. but when i tried this in terminal, it goes wrong. Is there anybody help me? :(