<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Linux_Machine_copy_public_key_to_ssh_server</id>
	<title>Linux Machine copy public key to ssh server - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Linux_Machine_copy_public_key_to_ssh_server"/>
	<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Linux_Machine_copy_public_key_to_ssh_server&amp;action=history"/>
	<updated>2026-04-04T02:48:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.acrodus.uk/index.php?title=Linux_Machine_copy_public_key_to_ssh_server&amp;diff=43&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;One line command to copy ssh public to ssh server to allow for ssh pub priv key authentication.  ssh-copy-id -i ~/.ssh/id_rsa.pub alex@git.acrodus.uk  ssh-copy-id : command -i : option to specify the file  with the public key user:host : in this case this was for setting up git server which uses ssh  ensure that when attempting to use ssh to connect to server that the default is using the private key for the public key you sent. This can be configured in /etc/ssh.conf or...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Linux_Machine_copy_public_key_to_ssh_server&amp;diff=43&amp;oldid=prev"/>
		<updated>2024-09-30T16:54:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;One line command to copy ssh public to ssh server to allow for ssh pub priv key authentication.  ssh-copy-id -i ~/.ssh/id_rsa.pub alex@git.acrodus.uk  ssh-copy-id : command -i : option to specify the file  with the public key user:host : in this case this was for setting up git server which uses ssh  ensure that when attempting to use ssh to connect to server that the default is using the private key for the public key you sent. This can be configured in /etc/ssh.conf or...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;One line command to copy ssh public to ssh server to allow for ssh pub priv key authentication.&lt;br /&gt;
&lt;br /&gt;
ssh-copy-id -i ~/.ssh/id_rsa.pub alex@git.acrodus.uk&lt;br /&gt;
&lt;br /&gt;
ssh-copy-id : command&lt;br /&gt;
-i : option to specify the file  with the public key&lt;br /&gt;
user:host : in this case this was for setting up git server which uses ssh&lt;br /&gt;
&lt;br /&gt;
ensure that when attempting to use ssh to connect to server that the default is using the private key for the public key you sent. This can be configured in /etc/ssh.conf or specified with command line option when using ssh.&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>