<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Transfer Clipboard Text &amp; Source Code From One Mac To Another Over SSH</title>
	<atom:link href="http://osxdaily.com/2011/05/05/transfer-clipboard-text-source-code-between-macs-with-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2011/05/05/transfer-clipboard-text-source-code-between-macs-with-ssh/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Fri, 24 May 2013 05:38:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: nobidon</title>
		<link>http://osxdaily.com/2011/05/05/transfer-clipboard-text-source-code-between-macs-with-ssh/#comment-211438</link>
		<dc:creator>nobidon</dc:creator>
		<pubDate>Tue, 12 Jul 2011 13:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15639#comment-211438</guid>
		<description>I like this and I often copy text strings from one computer to another at my same desk.  Instead of using an XMPP text message client on both computers I&#039;ll start using this instead.   I put the command into a scriptName.sh file and then I created a command line alias on both computers to call that script so I just type a few characters on the command line and it sends the clip board content over to the other computer nearly instantly.  Very nice, and very fast, and I am the same user in both places so I don&#039;t have the sharing the password problem with myself.</description>
		<content:encoded><![CDATA[<p>I like this and I often copy text strings from one computer to another at my same desk.  Instead of using an XMPP text message client on both computers I&#8217;ll start using this instead.   I put the command into a scriptName.sh file and then I created a command line alias on both computers to call that script so I just type a few characters on the command line and it sends the clip board content over to the other computer nearly instantly.  Very nice, and very fast, and I am the same user in both places so I don&#8217;t have the sharing the password problem with myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://osxdaily.com/2011/05/05/transfer-clipboard-text-source-code-between-macs-with-ssh/#comment-195059</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 05 May 2011 20:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15639#comment-195059</guid>
		<description>Why use pbcopy/pbpaste with ssh at all? For large files why not use scp or sftp and transfer the source file? Just throwing that out there.</description>
		<content:encoded><![CDATA[<p>Why use pbcopy/pbpaste with ssh at all? For large files why not use scp or sftp and transfer the source file? Just throwing that out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://osxdaily.com/2011/05/05/transfer-clipboard-text-source-code-between-macs-with-ssh/#comment-195055</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 05 May 2011 19:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15639#comment-195055</guid>
		<description>Great feedback and tips everyone, thanks for the ideas.</description>
		<content:encoded><![CDATA[<p>Great feedback and tips everyone, thanks for the ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GnuGnu</title>
		<link>http://osxdaily.com/2011/05/05/transfer-clipboard-text-source-code-between-macs-with-ssh/#comment-195054</link>
		<dc:creator>GnuGnu</dc:creator>
		<pubDate>Thu, 05 May 2011 19:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15639#comment-195054</guid>
		<description>Great tip but the user password thing is an obstacle for random user to random user as musicalpendant suggests On the other hand, from transferring from your own two machines remotely this is really quite nice.

One suggestion, if you&#039;re sending source code, I would recommend dumping the code into a text file on the remote machine and not the clipboard. Use this command:

pbpaste &#124; ssh user@host &#039;cat &gt; ~/Desktop/source.c&#039;

If you append the proper suffix it will automatically code highlight and then open with the default application too. Might make a good tip on it&#039;s own...</description>
		<content:encoded><![CDATA[<p>Great tip but the user password thing is an obstacle for random user to random user as musicalpendant suggests On the other hand, from transferring from your own two machines remotely this is really quite nice.</p>
<p>One suggestion, if you&#8217;re sending source code, I would recommend dumping the code into a text file on the remote machine and not the clipboard. Use this command:</p>
<p>pbpaste | ssh user@host &#8216;cat &gt; ~/Desktop/source.c&#8217;</p>
<p>If you append the proper suffix it will automatically code highlight and then open with the default application too. Might make a good tip on it&#8217;s own&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrod</title>
		<link>http://osxdaily.com/2011/05/05/transfer-clipboard-text-source-code-between-macs-with-ssh/#comment-195052</link>
		<dc:creator>jrod</dc:creator>
		<pubDate>Thu, 05 May 2011 19:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15639#comment-195052</guid>
		<description>that could be entirely avoided with ssh keys or by allowing trusted hosts</description>
		<content:encoded><![CDATA[<p>that could be entirely avoided with ssh keys or by allowing trusted hosts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: musicalpedant</title>
		<link>http://osxdaily.com/2011/05/05/transfer-clipboard-text-source-code-between-macs-with-ssh/#comment-195048</link>
		<dc:creator>musicalpedant</dc:creator>
		<pubDate>Thu, 05 May 2011 19:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15639#comment-195048</guid>
		<description>That&#039;s pretty cool - up to the point where you say you need Steve&#039;s password, at which point I have to stand up and call you all sorts of unflattering names.
Don&#039;t share passwords. Don&#039;t give them out.

As a tech blog, you should know better than to promote techniques that involve sharing your password. Shame on you.</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty cool &#8211; up to the point where you say you need Steve&#8217;s password, at which point I have to stand up and call you all sorts of unflattering names.<br />
Don&#8217;t share passwords. Don&#8217;t give them out.</p>
<p>As a tech blog, you should know better than to promote techniques that involve sharing your password. Shame on you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 244/245 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-24 17:01:55 -->