@ShellFish is it possible to use @1password SSH keys? Also, are more secure Keys possible? E.g., ED25519

Thanks

https://developer.1password.com/docs/ssh/manage-keys/

Manage SSH keys | 1Password Developer

Learn how to generate, import, and manage your SSH keys, all within 1Password.

@barchard ed25519 is supported in general but the cipher 1Password uses for encrypting private keys is not so you need to use ssh-keygen on 1Password keys to get them into Secure ShellFish.
@ShellFish is there any guides on this? Can ShellFish generate a ed25519 key instead of RSA? I’m having trouble using SSH keys but the one generated via 1P worked fine. Thanks.
@barchard App isn’t able to generate them but you can create one with “ssh-keygen -t ed25519” and import it.