-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ssh-copy-id


> Install your public key in a remote machine's authorized_keys.

More information.


Copy your keys to the remote machine:

ssh-copy-id {username@remote_host}

Copy the given public key to the remote:

ssh-copy-id -i {path/to/certificate} {username}@{remote_host}

Copy the given public key to the remote with specific port:

ssh-copy-id -i {path/to/certificate} -p {port} {username}@{remote_host}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 00:23:36 2024