Ian Eure writes: > * guix/scripts/offload.scm (open-ssh-session): Delete `public' binding. > Public keys aren’t required for client connections, and this binding is > unused. The behavior of assuming a ".pub"-suffixed file exists in the same > directory as the secret key is undocumented and surprising. > > Change-Id: I9b532be2abe68dae0323e4ef6e1ceab1e5603359 > --- > guix/scripts/offload.scm | 3 --- > 1 file changed, 3 deletions(-) I can't see how this binding is used either, so I've pushed this to master as 298aed72a2a76be33f9a55bed22636acd7a4f9b9. Chris