Community
Participate
Working Groups
Within days we will implement a policy that automatically accepts new hosts when connecting to git repos over SSH. The same policy will automatically reject already known which signature has changed. This is going to be a temporary solution until we get a proper UI for this.
First step is made. The known hosts that have been added by the user on Git Clone UI are stored in local storage. Now if you add a known host once you can leave the known hosts field empty and the previous fingerprint will be used. Next step would be to get rid of the input field, get the fingerprint from the server then after user acceptation store it in local storage.
done