How to copy public key? I generated public key by ssh-keygen. I have file 'id_rsa.pub', 'id_rsa' and 'known_hosts'. As far as i understand, we supposed to copy that id_rsa.pub to remote server. However i phonegap build it seems as if I have to manually copy the code from id_rsa.pub? Meaning that I should use some editor like 'vim or pico' in terminal to open id_rsa.pub. Is it correct? thank you.

