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

上网、浏览、聊天、下载等
回复
头像
Lavande
论坛版主
帖子: 5353
注册时间: 2008-12-21 15:27
来自: TARDIS

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

#1

帖子 Lavande » 2010-08-28 20:37

就是本地开了7070端口,然后用socks5
为什么在FF里有效,我在filezilla里设置代理为localhost:7070就没用?其他应用软件貌似也是没用
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

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

#2

帖子 枫叶饭团 » 2010-08-28 20:45

我用chrome可以,把127.0.0.1换成localhost就可以用了.
那你试试把localhost换成127.0.0.1,看看成不 :em05 :em05
头像
Lavande
论坛版主
帖子: 5353
注册时间: 2008-12-21 15:27
来自: TARDIS

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

#3

帖子 Lavande » 2010-08-28 21:23

代码: 全选

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
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

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

#4

帖子 tusooa » 2010-08-28 21:32

ff,吾没用过。
不过吾在fx里面用AutoProxy代理,倒是可以,用的127.0.0.1:7070。

代码: 全选

] ls -ld //
头像
adam8157
帖子: 2794
注册时间: 2009-03-05 16:31
联系:

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

#5

帖子 adam8157 » 2010-08-28 21:46

filezilla中是选的socks5代理么
头像
Lavande
论坛版主
帖子: 5353
注册时间: 2008-12-21 15:27
来自: TARDIS

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

#6

帖子 Lavande » 2010-08-28 21:52

tusooa 写了:ff,吾没用过。
不过吾在fx里面用AutoProxy代理,倒是可以,用的127.0.0.1:7070。
呃。。我说的ff就是你说的fx,呵呵
adam8157 写了:filezilla中是选的socks5代理么
是的啊……
头像
Lavande
论坛版主
帖子: 5353
注册时间: 2008-12-21 15:27
来自: TARDIS

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

#7

帖子 Lavande » 2010-08-29 16:11

127.0.0.1也没用……汗
头像
meteormatt
帖子: 693
注册时间: 2008-02-24 14:15
系统: Ubuntu
来自: 江苏
联系:

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

#8

帖子 meteormatt » 2010-08-29 22:27

SSH代理就是使用的端口转向的功能.

至于完整的SSH功能.

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

一下子说不清楚.

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

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

怀念以前的老台式机。可惜现在租的地方没条件用了。目前只能用笔记本和手机了。
头像
meteormatt
帖子: 693
注册时间: 2008-02-24 14:15
系统: Ubuntu
来自: 江苏
联系:

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

#9

帖子 meteormatt » 2010-08-29 22:31

我就大致的给下维基百科的介绍吧.

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

算是入门吧.

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

怀念以前的老台式机。可惜现在租的地方没条件用了。目前只能用笔记本和手机了。
白 朗 宁
帖子: 2
注册时间: 2014-12-22 8:42
系统: windows xp

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

#10

帖子 白 朗 宁 » 2014-12-22 9:01

meteormatt, 学习学习
回复