配置hadoop时必须的一步就是保证ssh是联通的。如果你的ubuntu中没有安装ssh,具体的安装步骤是这样的:
1到 https://launchpad.net/ubuntu/lucid/i386/openssh-client/1:5.3p1-3ubuntu3。
下载文件” openssh-client_5.3p1-3ubuntu3_i386.deb ”并在终端中安装。
sudo dpkg -i openssh-client_5.3p1-3ubuntu3_i386.deb
2到https://launchpad.net/ubuntu/lucid/i386/openssh-server/1:5.3p1-3ubuntu3。
下载文件” openssh-server_5.3p1-3ubuntu3_i386.deb”并在终端中安装。
sudo dpkg -i openssh-server_5.3p1-3ubuntu3_i386.deb
3 到https://launchpad.net/ubuntu/lucid/i386/ssh/1:5.3p1-3ubuntu3。
下载文件”ssh_5.3p1-3ubuntu3_all.deb””并在终端中安装。
sudo dpkg -i ssh_5.3p1-3ubuntu3_all.deb
==================================
错误原因:
1.sshd 未安装
2.sshd 未启动
3.防火墙
解决方法:
1.确定安装sshd: sudo apt-get install openssh-server
2.启动sshd: net start sshd
3.检查防火墙设置
==============================
/bin/etc/init.d sshd start
相关推荐
ssh: connect to host 192.168.136.130 port 22: Connection refused,Fodera 远程连接失败 1.首先确认是否安装process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3...
连接服务器失败(错误原因:Connection refused) error 111 抓包结果
这通常发生在用户尝试通过SSH方式访问Git仓库时,而且用户已经配置了SSH密钥认证,但SSH代理程序没有正确加载用户的私钥。 首先,我们需要理解几个关键的组件和概念。SSH(Secure Shell)是一种网络协议,用于安全...
ssh: connect to host XXXXX port 22: Connection refused 原因,centos7 修改了链接的端口变成 2200了。 #Port 22 Port 2200 修改回去,或使用2200链接。 修改:vi /etc/ssh/sshd_config 2,centos7默认安装了...
如果服务应该监听但未显示,可能存在配置问题。 6. **日志分析**: 分析系统和服务的日志文件,如 `/var/log/messages` 或 `/var/log/auth.log`,以获取更详细的错误信息。这有助于确定问题的具体原因。 7. ** ...
ssh: connect to host localhost port 22: Connection refused 如上所示则说明还没有安装ssh. 通过apt-get安装如下: 代码如下: yblin@yblin-desktop:~$ sudo apt-get install openssh-server ssh默认端口是22,...
ssh: connect to host localhost port 22: Connection refused 如果出现以上错误信息,那么说明 ubuntu 没有安装 SSH 服务。 九、解决安装问题 在安装 SSH 服务时,可能会出现以下错误信息: /var/lib/apt/lists...
github_ssh拉取github仓库报错connect to host github.com port 22: Connection refused 的解决方法
SSH 登录 Connection Refused 的解决办法 SSH(Secure Shell)是一种安全的网络协议,用于远程登录和管理计算机。然而,在使用 SSH 登录时,可能会遇到 Connection Refused 的问题。本文将详细介绍导致 Connection ...
nc常见系统操作问题
系统环境:CentOS Linux release 7.6.1810 (Core) 起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm
github github_ssh拉取github仓库报错connect to host github.com port 22_ Connection refused
开始一直报错Failed to connect to raw.githubusercontent.com port 443: Connection refused error: Error: 7, 尝试过改动git config的代理,没有用, 换中科大的源,也没有用 最后解决办法如下,重装command line...
在Ubuntu VPS上安装Docker时,可能会遇到一个常见的错误:“Cannot connect to the Docker daemon at unix:///var/run/docker.sock.” 这个问题通常是由于Docker守护进程未运行或者是由于Linux内核版本过低导致的。...
- **错误提示**:“ssh: connect to host [IP地址] port 22: Connection refused” - **原因**:SSH服务没有运行。 - **解决方法**:确保SSH服务已正确安装并启动。 2. **密码认证失败:** - **错误提示**:...
"挂载NFS个人小结"的主题显然聚焦于如何在Linux环境中配置和解决NFS挂载过程中遇到的问题,这对于初学者,尤其是那些初次接触ARM/Linux平台的人来说尤为重要。以下是对NFS挂载过程及其常见问题的详细解释。 首先,...
# connect to :: port 443 failed: Connection refused # Failed to connect to raw.githubusercontent.com port 443: Connection refused 本文件可避免无可视化界面去打开进行复制粘贴,总共包含十个文件,可有效...
2016/02/05 16:23:56 [error] 12024#0: *441106971 connect() failed (111: Connection refused) while connecting to upstream, client: 113.214.1.10, server: localhost, request: GET /h5teb/ugcH5/index....
在MobaXterm中,你可以直接通过图形界面浏览并拖放文件,实现本地和远程文件系统的无缝对接,无论是开发者调试代码还是运维人员配置环境,都非常方便。 对于标签中的“ubuntu”,MobaXterm特别适合与Ubuntu这样的...