由买买提看人间百态

topics

全部话题 - 话题: debug1
(共0页)
n******7
发帖数: 12463
1
基本就是试了一堆方法,最后只能password
然后chdir /home/nowhere7/失败
ssh -vvvv [email protected]/* */
OpenSSH_6.7p1 Debian-5, OpenSSL 1.0.1t 3 May 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to ftp.mitbbs.com [8.8.8.8] port 22.
debug1: Connection established.
debug1: identity file /home/nowhere7/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity f... 阅读全帖
s****l
发帖数: 10462
2
Nice!
Here is what I got, it looks all good until "cannot....", which I marked
with ~~~~~~~~~ signs.
Executing: program /usr/bin/ssh host 10.33.60.69, user tony.xu, command scp
-v -t ~
OpenSSH_5.3p1 Debian-3ubuntu7, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 10.33.60.69 [10.33.60.69] port 22.
debug1: Connection established.
debug1: identity file /home/txu/.ssh/identity type -1
debug1: identity file /home/... 阅读全帖
c********a
发帖数: 6466
3
来自主题: LosAngeles版 - how connect to mitbbs with ssh

cindy@cindy-Latitude-E6420:~$ ssh -vvv c********[email protected]
OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to mitbbs.com [74.53.4.74] port 22.
debug1: Connection established.
debug1: identity file /home/cindy/.ssh/id_rsa type -1
debug1: identity file /home/cindy/.ssh/id_rsa-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load "/hom... 阅读全帖
b*****l
发帖数: 9499
4
来自主题: Linux版 - 俺土俺知道
相关的大约是这个:
debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Requesting n**************[email protected]
debug1: Entering interactive session.
debug2: callback start
debug2: x11_get_proto: /usr/bin/xauth list unix:10.0 2>/dev/null
debug1: Requesting X11 forwarding with authentication spoofing.
debug2: channel 0: request x11-req confirm 0
debug2: client_session2_setup: id 0
debug2... 阅读全帖
o**n
发帖数: 1249
5
来自主题: Linux版 - ssh连接问题
客户端是linux。
我按照你说的用sftp连,信息过后提示让我输入密码,我输入后显示如下
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending subsystem: sftp
subsystem request failed on channel 0
Couldn't read packet: Connection reset by peer
然后就回shell了。需要我把sftp命令之后的output列出来么?是关于rsa key之类的东
西,我不太
懂。
我确定密码是对的,我仍然可以ssh连进去。别人用windows版的filezilla也连不进去
,以前是能连进去的。
谢谢帮忙!
S***w
发帖数: 1014
6
来自主题: Linux版 - 一个ssh 诡异的问题
我用笔记本ssh 登入计算服务器的,
原来的笔记本联网ip xxx.xxx.132.124,不能ssh登录到计算服务器上
我换了个网络插口,新的ip xxx.xxx.172.134,就能用ssh登录到计算服务器上了
ssh -vv 信息
在132.124下登录
OpenSSH_5.2p1, OpenSSL 0.9.8l 5 Nov 2009
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to opportunity.neu.edu [155.33.1.100] port 22.
debug1: connect to address 155.33.1.100 port 22: Operation timed out
ssh: connect to host opportunity.neu.edu port 22: Operation timed out
在172.134下登录
OpenSSH_5.2p1, OpenSSL 0.9.8... 阅读全帖
p******g
发帖数: 347
7
================================================================debug3:
authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/nowhere7/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-
with-mic,password
debug1: Trying private key: /home/nowhere7/.ssh/id_dsa
debug3: no such identity: /home/nowhere7/.ssh/id_dsa: No such file ... 阅读全帖
z***i
发帖数: 8285
8
来自主题: _D_SupportGroup版 - 我有一个马甲
OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to mitbbs.cn [124.42.121.194] port 22.
debug1: connect to address 124.42.121.194 port 22: Connection refused
ssh: connect to host mitbbs.cn port 22: Connection refused

哦,那我过两天再试试,谢谢阿米!
R******d
发帖数: 1436
9
来自主题: Linux版 - 请问个ssh登陆的问题
我把iptables关了情况没有改变。
$iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
用ssh -v到这里就打住了
debug1: connect to address 10.2.1.100 port 22: Connection timed out
还有别的招么?
(共0页)