如何结合FRP使用远程SSH

问题描述

我可以使用frp在终端(powershell)中使用ssh,但是当我通过输入ssh -p [my_port] username@address在vscode中使用remote-ssh时,在输入密码后出现问题(我很确定我已经输入了正确的密码。)。该信息是“允许拒绝,请重试” 。这是它提供的信息

[09:44:57.753] Log Level: 2
[09:44:57.755] remote-ssh@0.55.0
[09:44:57.755] win32 x64
[09:44:57.756] SSH Resolver called for "ssh-remote+7b22686f73744e616d65223a227a7a73756b692e6e6574222c2275736572223a22737368202d7020313030383620626f6c65616e227d",attempt 1
[09:44:57.756] SSH Resolver called for host: ssh -p 10086 yuki@yuki.net
[09:44:57.756] Setting up SSH remote "zzsuki.net"
[09:44:57.791] Using commit id "e790b931385d72cf5669fcefc51cdf65990efa5d" and quality "stable" for server
[09:44:57.792] Install and start server if needed
[09:44:59.623] Checking ssh with "ssh -V"
[09:44:59.677] > OpenSSH_for_Windows_7.7p1,LibreSSL 2.6.5

[09:44:59.682] Running script with connection command: ssh -T -D 30779 "ssh -p 10086 yuki@yuki.net" bash
[09:44:59.684] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[09:45:06.073] > ssh -p 10086 yuki@yuki.net's password:]0;C:\WINDOWS\System32\cmd.exe
[09:45:06.074] Got some output,clearing connection timeout
ssh -p 10086 yuki@yuki.net's password:
Permission denied,please try again.
[09:45:14.007] > ssh -p 10086 yuki@yuki.net's password: 
[09:47:01.299] > 
[09:47:02.386] > Connection closed by 47.240.100.197 port 22

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...