码迷,mamicode.com
首页 > 系统相关 > 详细

mac 无法ssh localhost

时间:2014-12-11 23:50:57      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:io   ar   os   sp   for   on   文件   bs   ad   

mac 无法ssh localhost,错误提示:bash: /usr/local/bin/ssh_session: Permission denied
在网上找了很久也没有找到解决方案,最后根据提示自己摸索如下:

1.编辑/etc/sshd_config文件,注释掉
#ForceCommand /usr/local/bin/ssh_session

2.启动sshd服务:
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist

3.停止sshd服务:
sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist

4查看是否启动:
sudo launchctl list | grep ssh

如果看到下面的输出表示成功启动了:
--------------
- 0 com.openssh.sshd

5.最后ssh localhost 成功

mac 无法ssh localhost

标签:io   ar   os   sp   for   on   文件   bs   ad   

原文地址:http://www.cnblogs.com/sidesky/p/4158639.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!