cara menyalin kunci pub ssh saya ke server linux

# Make sure you have the remote user pass.
ssh-copy-id -i ~/.ssh/your_key.pub [email protected]
RicarHincapie