分页: 1 / 1

那个,ssh的代理,原理是啥?

发表于 : 2010-08-28 20:37
Lavande
就是本地开了7070端口,然后用socks5
为什么在FF里有效,我在filezilla里设置代理为localhost:7070就没用?其他应用软件貌似也是没用

Re: 那个,ssh的代理,原理是啥?

发表于 : 2010-08-28 20:45
枫叶饭团
我用chrome可以,把127.0.0.1换成localhost就可以用了.
那你试试把localhost换成127.0.0.1,看看成不 :em05 :em05

Re: 那个,ssh的代理,原理是啥?

发表于 : 2010-08-28 21:23
Lavande

代码: 全选

Status:	Connecting to ftp.XXXX.XXXX through proxy
Status:	Connecting to 127.0.0.1:7070...
Status:	Connection with proxy established, performing handshake...
Status:	Connection established, waiting for welcome message...
Response:	220 ProFTPD 1.3.2 Server ready.
Command:	USER XXXXX
Response:	331 Password required for thislo
Command:	PASS *************
Response:	230 User XXXXX logged in
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	211-Features:
Response:	 MDTM
Response:	 MFMT
Response:	 AUTH TLS
Response:	 MFF modify;UNIX.group;UNIX.mode;
Response:	 MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
Response:	 PBSZ
Response:	 PROT
Response:	 REST STREAM
Response:	 SIZE
Response:	211 End
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (94,249,143,5,139,220).
Command:	MLSD
Status:	Connecting to 127.0.0.1:7070...
Status:	Connection with proxy established, performing handshake...
Error:	Connection timed out
Error:	Failed to retrieve directory listing

Re: 那个,ssh的代理,原理是啥?

发表于 : 2010-08-28 21:32
tusooa
ff,吾没用过。
不过吾在fx里面用AutoProxy代理,倒是可以,用的127.0.0.1:7070。

Re: 那个,ssh的代理,原理是啥?

发表于 : 2010-08-28 21:46
adam8157
filezilla中是选的socks5代理么

Re: 那个,ssh的代理,原理是啥?

发表于 : 2010-08-28 21:52
Lavande
tusooa 写了:ff,吾没用过。
不过吾在fx里面用AutoProxy代理,倒是可以,用的127.0.0.1:7070。
呃。。我说的ff就是你说的fx,呵呵
adam8157 写了:filezilla中是选的socks5代理么
是的啊……

Re: 那个,ssh的代理,原理是啥?

发表于 : 2010-08-29 16:11
Lavande
127.0.0.1也没用……汗

Re: 那个,ssh的代理,原理是啥?

发表于 : 2010-08-29 22:27
meteormatt
SSH代理就是使用的端口转向的功能.

至于完整的SSH功能.

好像得去Linux那边看下完整的说明了.

一下子说不清楚.

另外,端口是可以设置的.

比如我这里的SSH端口就设置成了443.

Re: 那个,ssh的代理,原理是啥?

发表于 : 2010-08-29 22:31
meteormatt
我就大致的给下维基百科的介绍吧.

英文版的讲解的还算可以,

算是入门吧.

http://en.wikipedia.org/wiki/Secure_Shell

Re: 那个,ssh的代理,原理是啥?

发表于 : 2014-12-22 9:01
白 朗 宁
meteormatt, 学习学习