isontheline / pro.webssh.net

iOS / iPadOS / macOS SSH Client
https://apps.apple.com/us/app/id497714887
MIT License
305 stars 44 forks source link

Ability to set a default SSH Key #1126

Open maxexcloo opened 4 months ago

maxexcloo commented 4 months ago

Feature description

When importing ssh_config my entries import fine, however they do not use any SSH key by default - allow this.

isontheline commented 4 months ago

Hello @maxexcloo 👋

No problem I will add the ability to set a SSH key as default. Do you have a lot of servers?

maxexcloo commented 4 months ago

I don’t have have many however I want to import them in an automated fashion - I was actually going to ask if there was any way to auto import from a URL or directory on startup to keep it all in sync ☀️

isontheline commented 4 months ago

I don’t have have many however I want to import them in an automated fashion

Does your ssh_config file contains a IdentityFilesection linking to a private key?

I was actually going to ask if there was any way to auto import from a URL or directory on startup to keep it all in sync

Yeah, we could open a new issue for syncing the ssh_config from an URL

maxexcloo commented 4 months ago

No it doesn’t, I only have one key in WebSSH and I thought it would be nice to have it automatically select.