rsynk icon indicating copy to clipboard operation
rsynk copied to clipboard

Generate server public key by provided private key

Open svoitovich opened this issue 7 years ago • 0 comments

Currently to start rsynk one needs to pass both private and public parts of the ssh key. It's done so because apache sshd KeyPairProvider designed in a way it receives both.

Obviously we don't need a public part of a key if we have private.

Public key configuring should be removed from API. Public key must be read from the private.

To start take a look at RsynkBuilder.kt file.

svoitovich avatar Jan 02 '18 13:01 svoitovich