0 0

Linux 远程SSH连接5

我使用Xshell连接 SSH Server 但是老是提示我密码错误,我用txt编辑密码后复制到密码框里面还是提示我的密码错误!!这个问题到底是什么问题!


我使用本地ip访问没有问题,远程ip也能telnet访问到SSH Server 但是就是会提示密码错误!!
但是密码根本就没有错误!!

还望给位大大给点解决的方法!!!

问题补充:
AngelAndAngel 写道
你手动输入 也是提示错误?



就是啊!!我确定了无数次还是错误!!!

# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $

# This is the sshd server system-wide configuration file.  See
# sshd_config(5) for more information.

# This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin

# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented.  Uncommented options change a
# default value.

#Port 22
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::

# Disable legacy (protocol version 1) support in the server for new
# installations. In future the default will change to require explicit
# activation of protocol 1
Protocol 2

# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key

# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
#ServerKeyBits 1024

# Logging
# obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
SyslogFacility AUTHPRIV
#LogLevel INFO

# Authentication:

#LoginGraceTime 2m
PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10

#RSAAuthentication yes
#PubkeyAuthentication yes
#AuthorizedKeysFile .ssh/authorized_keys
#AuthorizedKeysCommand none
#AuthorizedKeysCommandRunAs nobody

# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#RhostsRSAAuthentication no
# similar for protocol version 2
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# RhostsRSAAuthentication and HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes

# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
PasswordAuthentication yes

# Change to no to disable s/key passwords
#ChallengeResponseAuthentication yes
ChallengeResponseAuthentication no

# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no
#KerberosUseKuserok yes

# GSSAPI options
#GSSAPIAuthentication no
GSSAPIAuthentication yes
#GSSAPICleanupCredentials yes
GSSAPICleanupCredentials yes
#GSSAPIStrictAcceptorCheck yes
#GSSAPIKeyExchange no

# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
#UsePAM no
UsePAM yes

# Accept locale-related environment variables
AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
AcceptEnv XMODIFIERS

#AllowAgentForwarding yes
#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding no
X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
#ShowPatchLevel no
#UseDNS yes
#PidFile /var/run/sshd.pid
#MaxStartups 10
#PermitTunnel no
#ChrootDirectory none

# no default banner path
#Banner none

# override default of no subsystems
Subsystem sftp /usr/libexec/openssh/sftp-server

# Example of overriding settings on a per-user basis
#Match User anoncvs
# X11Forwarding no
# AllowTcpForwarding no
# ForceCommand cvs server

问题补充:
AngelAndAngel 写道
你手动输入 也是提示错误?


上面那个是我的sshd_config的配置文件!!!

我是在找不到问题!!郁闷啊!
2011年10月12日 18:34

3个答案 按时间排序 按投票排序

0 0

换一个软件,putty或者scurityCRT等试试。

2011年10月28日 23:53
0 0

访问的是root用户吗,还是其他用户?linux上sshd服务有没有启动
service sshd restart   ---启动一下
passwd root            ---重设root密码
ssh localhost          ---在linux上尝试用ssh连本机,输入密码看能不能成功

然后用xshell再连一次,当然前提是你的机器可以路由到linux那台机器
ssh root@ip地址

再不行就卸载ssh,重新装一般ssh服务

2011年10月15日 19:12
0 0

你手动输入 也是提示错误?

2011年10月12日 19:04

相关推荐

    ssh 远程连接Linux工具

    ssh工具 用于连接远程服务器 linux 系统 解压 安装即可使用

    SSH远程连接linux服务器工具

    标题中的"SSH远程连接linux服务器工具"指的是使用SSH协议来远程访问Linux服务器的软件工具。SSH协议提供了身份验证和加密功能,确保了用户与服务器之间的通信不会被窃听或篡改。这对于管理和维护远程服务器尤其重要...

    bitvise-ssh-client linux远程连接软件

    好用的一款linux远程连接软件bitvise-ssh-client,支持保存连接信息共享.

    linux远程连接ssh

    Linux远程连接SSH(Secure Shell)是一种安全的网络协议,用于在不同系统之间提供加密的网络服务,特别是命令行界面的远程访问。SSH是管理员管理远程Linux服务器的主要工具,它提供了安全的数据传输,防止了中间人...

    7.linux远程连接工具类 SSH

    Linux远程连接工具类SSH是一种广泛使用的通信协议,它允许用户在本地计算机上安全地操作远程Linux系统。SSH,全称为Secure Shell,旨在提供加密的网络服务,特别适用于管理服务器、执行命令、传输文件等场景。在开发...

    Mac下使用SSH连接远程Linux服务器

    本文主要介绍三种方法,在Mac下使用SSH连接远程Linux服务器。 方法一:使用终端 1.打开终端,点击新建远程连接 2.点击加号,然后添加自己服务器的IP地址 3.点击右侧的服务器,然后在下方输入用户名,选择最下方的 ...

    pscp远程ssh连接linux系统进行文件操作的程序

    远程ssh连接linux系统进行文件操作的程序

    linux远程连接工具

    Linux远程连接工具主要指的是能够帮助用户通过网络在本地计算机上操控远程Linux服务器的软件。在IT行业中,这对于系统管理员、开发者以及需要频繁访问远程服务器的人员来说是必不可少的工具。本篇文章将详细介绍...

    linux远程工具,命令行工具,支持保存常用命令,保存远程ssh连接 .rar

    Linux远程命令行工具的基础是SSH。在使用远程命令行工具之前,首先需要确保SSH客户端已正确安装在本地主机上。SSH客户端 solutions 如 OpenSSH、Putty 等根据自己系统情况自行选择安装。 2. 连接远程主机 使用 SSH...

    Windows远程SSH连接Linux服务器(xmanager说明书)

    Windows 远程 SSH 连接 Linux 服务器(Xmanager 说明书) 本文档介绍了使用 Xmanager 在 Windows 平台下远程连接 Linux 服务器的方法,包括 shell 连接、图形界面连接和 ssh 文件传输连接。下面是详细的知识点解释...

    VMWARE中Linux与SSH的连接

    1. 防火墙已关闭:在Linux中,防火墙可能会阻止SSH连接,因此需要关闭防火墙,以确保SSH服务可以正常工作。可以使用命令 `/etc/init.d/iptables stop` 关闭防火墙。 2. SSH服务已开启:SSH服务是建立连接的必要条件...

    SSH 连接工具

    标题中提到的“SSH连接工具”主要指的是用于SSH通信的应用程序,它允许用户通过加密的方式与远程Linux服务器进行交互。这些工具可以实现安全的远程终端会话、文件传输、脚本自动化等功能,确保数据的安全性,防止...

    linux -ssh连接工具-PuTTY中文版

    PuTTY是一款广受欢迎的开源SSH连接工具,专为Windows用户设计,用于远程连接Linux服务器和其他支持SSH协议的设备。在本文中,我们将深入探讨PuTTY的功能、安装与配置,以及如何利用它进行Linux系统的远程管理。 ...

    ssh安全远程连接方法,linux中远程安全连接方法

    用户级别的SSH配置文件位于`~/.ssh/config`,在这里可以定义别名、默认端口、代理跳转等,简化SSH连接过程。 六、SSH会话管理 使用`screen`或`tmux`工具可以在SSH会话中创建多窗口工作环境,即使断开连接也能保持...

    远程ssh连接工具MobaXterm,完全免费,可以拖动传输文件,及教程汇总

    MobaXterm是一款功能强大的远程会话管理工具,它集成了SSH、X11、RDP、VNC、FTP、MOSH等多种远程网络工具,以及bash、ls、cat、sed、grep、awk、rsync等Unix命令集。用户可以通过MobaXterm在Windows操作系统下连接并...

    linux远程连接工具putty中文版

    Linux远程连接工具Putty中文版是一款广泛使用的终端模拟器,尤其在Windows环境下,它为用户提供了与Linux服务器进行SSH(Secure Shell)和Telnet通信的能力。Putty是开源软件,这意味着它的源代码可供公众查看、修改...

    linux远程连接工具SecureCRT

    Linux系统因其开源、稳定和强大...总之,SecureCRT作为Linux远程连接工具,以其丰富的功能和良好的用户体验赢得了广大用户的青睐。熟练掌握SecureCRT的使用,能显著提升IT专业人士在管理远程Linux服务器时的工作效率。

    ssh连接linux系统的工具

    本篇文章将深入探讨SSH连接Linux系统的工具——SecureCRT和SecureFX Portable。 **SecureCRT** SecureCRT是一款强大的终端模拟器,它支持多种协议,包括SSH1、SSH2、Telnet、Rlogin和Serial。以下是一些关键功能和...

Global site tag (gtag.js) - Google Analytics