运行 ps -e | grep ssh,查看是否有sshd进程
如果没有,说明server没启动,通过 /etc/init.d/ssh -start 启动server进程,如果提示ssh不存在 那么就是没安装server
第一步,在https://launchpad.net/ubuntu/lucid/i386/openssh-client/1:5.3p1-3ubuntu3下载文件并安装。
第二步,在https://launchpad.net/ubuntu/lucid/i386/openssh-server/1:5.3p1-3ubuntu3下载文件并安装。
第三步,在https://launchpad.net/ubuntu/lucid/i386/ssh/1:5.3p1-3ubuntu3下载文件并安装。
amd64:
第一步,在https://launchpad.net/ubuntu/lucid/amd64/openssh-client/1:5.3p1-3ubuntu7下载文件并安装。
第二步,在https://launchpad.net/ubuntu/lucid/amd64/openssh-server/1:5.3p1-3ubuntu7下载文件并安装。
第三步,在https://launchpad.net/ubuntu/lucid/amd64/ssh/1:5.3p1-3ubuntu7
下载文件并安装。
sudo dpkg -i openssh-client_5.3p1-3ubuntu3_i386.deb
sudo dpkg -i openssh-server_5.3p1-3ubuntu3_i386.deb
XXX@ubuntu:~/ssh$ ssh localhost
1 |
git rm --cached [files or files regx] |
倘若移除目录,则加入-r选项:
1 |
git rm --cached -r [ dirs or dirs regx] |