I would like to create a public/private keypair and upload the public key to a server that I want to log onto.
However, that server has already been configured to allow no password authentication of any kind - only key based authentication is allowed.
How do I upload my public key to that system ? I have no way to log in ...
Just to be clear - I understand very well how to scp my public key to the remote .ssh/authorized_keys file - that is not the issue - the problem is, if password auth is disabled, how can I get the key to them in the first place ?