instead of `ssh.loadKeys(s, passphrase)` you can a...
# tornadofx
r
instead of
ssh.loadKeys(s, passphrase)
you can also do
ssh.loadKeys(s, new PasswordFinder{..})