<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zen Space &#187; ssh</title>
	<atom:link href="http://reeze.cn/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://reeze.cn</link>
	<description>php erlang javascript ruby python web linux mac os x</description>
	<lastBuildDate>Fri, 02 Jul 2010 07:19:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac OS 启动sshd服务</title>
		<link>http://reeze.cn/2009/06/19/start-sshd-service-in-mac-os-x/</link>
		<comments>http://reeze.cn/2009/06/19/start-sshd-service-in-mac-os-x/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:21:18 +0000</pubDate>
		<dc:creator>reeze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://reeze.yo2.cn/?p=32034</guid>
		<description><![CDATA[想push自己写的一些代码到本地的版本库中去，看了很多的协议，都挺麻烦的，至今没有配置好一个git server，遂放弃搭建server，直接使用ssh来提交到本地
无奈Mac OS X 似乎默认不启动SSHD服务。所以我尝试启动
Leopard:etc reeze$ sshd
sshd re-exec requires execution with an absolute path
看来不行。
不过这个提示错误似乎不是很明白。上网baidu了一把。发现
只能用绝对路径启动。不知道为什么程序非得用绝对路劲启动。有时间研究下为何是这样的，或者有知道的直接告诉我：）
$ sudo /usr/sbin/sshd
服务就启动了
不能每次都这么运行一下先啊。放在 ~/.bashrc 似乎可以，不过这个得需要管理员权限
得sudo，每次输入密码很烦人。干脆放到 /etc/rc.common,
#####
/usr/sbin/sshd
网上有人说apple不推荐这么干。但是我又不知道怎么让他自动启动。先就这么放着吧。找到好方法再改。
]]></description>
			<content:encoded><![CDATA[<p>想push自己写的一些代码到本地的版本库中去，看了很多的协议，都挺麻烦的，至今没有配置好一个git server，遂放弃搭建server，直接使用ssh来提交到本地</p>
<p>无奈Mac OS X 似乎默认不启动SSHD服务。所以我尝试启动</p>
<p>Leopard:etc reeze$ sshd<br />
sshd re-exec requires execution with an absolute path<br />
看来不行。<br />
不过这个提示错误似乎不是很明白。上网baidu了一把。发现<br />
只能用绝对路径启动。不知道为什么程序非得用绝对路劲启动。有时间研究下为何是这样的，或者有知道的直接告诉我：）<br />
$ sudo /usr/sbin/sshd<br />
服务就启动了<br />
不能每次都这么运行一下先啊。放在 ~/.bashrc 似乎可以，不过这个得需要管理员权限<br />
得sudo，每次输入密码很烦人。干脆放到 /etc/rc.common,</p>
<p>#####<br />
/usr/sbin/sshd</p>
<p>网上有人说apple不推荐这么干。但是我又不知道怎么让他自动启动。先就这么放着吧。找到好方法再改。</p>
]]></content:encoded>
			<wfw:commentRss>http://reeze.cn/2009/06/19/start-sshd-service-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->