It finally works (clean code later)
This commit is contained in:
parent
fa09374178
commit
62c2a923ae
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue