I'm trying to import/export a gpg key from a server to a remote machine.
At the terminal I type the following syntax..
Code:
scp pubring.gpg pubring.gpg user@192.168.10.40:~/
Then I receive the following output..
Code:
ssh: connect to host 192.168.10.40 port 22: Connection refused
lost connection
Any assistance is greatly appreciated, thank you.