It finally works (clean code later)

This commit is contained in:
jeffcheasey88 2023-09-09 22:13:03 +02:00
parent fa09374178
commit 62c2a923ae

View file

@ -138,7 +138,6 @@ public class MailConfirmation extends FormResponse {
System.arraycopy(modLength, 0, key, 15+exponent.length, 4);
System.arraycopy(modulus, 0, key, 19+exponent.length, modulus.length);
System.out.println("ssh-rsa "+new String(encoder.encode(key)));
sendKey.put("key", "ssh-rsa "+new String(encoder.encode(key)));
sendKey.put("read_only", false);
sendKey.put("title", "peer_at_code_auto_push_key_"+pseudo);