那个,ssh的代理,原理是啥?
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
那个,ssh的代理,原理是啥?
就是本地开了7070端口,然后用socks5
为什么在FF里有效,我在filezilla里设置代理为localhost:7070就没用?其他应用软件貌似也是没用
为什么在FF里有效,我在filezilla里设置代理为localhost:7070就没用?其他应用软件貌似也是没用
- 枫叶饭团
- 帖子: 14683
- 注册时间: 2010-06-16 1:05
- 系统: Mac OS X
- 来自: Tencent
- 联系:
Re: 那个,ssh的代理,原理是啥?
我用chrome可以,把127.0.0.1换成localhost就可以用了.
那你试试把localhost换成127.0.0.1,看看成不

那你试试把localhost换成127.0.0.1,看看成不


- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
Re: 那个,ssh的代理,原理是啥?
代码: 全选
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
-
- 帖子: 6548
- 注册时间: 2008-10-31 22:12
- 系统: 践兔
- 联系:
- adam8157
- 帖子: 2794
- 注册时间: 2009-03-05 16:31
- 联系:
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
Re: 那个,ssh的代理,原理是啥?
呃。。我说的ff就是你说的fx,呵呵tusooa 写了:ff,吾没用过。
不过吾在fx里面用AutoProxy代理,倒是可以,用的127.0.0.1:7070。
是的啊……adam8157 写了:filezilla中是选的socks5代理么
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
- meteormatt
- 帖子: 693
- 注册时间: 2008-02-24 14:15
- 系统: Ubuntu
- 来自: 江苏
- 联系:
Re: 那个,ssh的代理,原理是啥?
SSH代理就是使用的端口转向的功能.
至于完整的SSH功能.
好像得去Linux那边看下完整的说明了.
一下子说不清楚.
另外,端口是可以设置的.
比如我这里的SSH端口就设置成了443.
至于完整的SSH功能.
好像得去Linux那边看下完整的说明了.
一下子说不清楚.
另外,端口是可以设置的.
比如我这里的SSH端口就设置成了443.
怀念以前的老台式机。可惜现在租的地方没条件用了。目前只能用笔记本和手机了。
- meteormatt
- 帖子: 693
- 注册时间: 2008-02-24 14:15
- 系统: Ubuntu
- 来自: 江苏
- 联系:
Re: 那个,ssh的代理,原理是啥?
怀念以前的老台式机。可惜现在租的地方没条件用了。目前只能用笔记本和手机了。
-
- 帖子: 2
- 注册时间: 2014-12-22 8:42
- 系统: windows xp
Re: 那个,ssh的代理,原理是啥?
meteormatt, 学习学习