You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2024-11-02T02:20:51Z] [INFO] init go ssh runner
[2024-11-02T02:20:51Z] [INFO] proxy total len: 1
[2024-11-02T02:20:51Z] [INFO] start to run: {127.0.0.1:22 xxx:7000 tcp --proxy-name ssh --remote-port 2022 --token xxx}
[2024-11-02T02:20:51Z] [INFO] get ssh private key file: [/root/.ssh/id_rsa] to communicate with frps by ssh protocol
[2024-11-02T02:20:51Z] [ERROR] new ssh tunnel client error: failed to generate auth method: unable to read private key: open /root/.ssh/id_rsa: no such file or directory
[2024-11-02T02:20:51Z] [INFO] stopping ssh tunnel to frps
[2024-11-02T02:20:51Z] [INFO] process exit...
Steps to reproduce
...
Affected area
Docs
Installation
Performance and Scalability
Security
User Experience
Test and Release
Developer Infrastructure
Client Plugin
Server Plugin
Extensions
Others
The text was updated successfully, but these errors were encountered:
Bug Description
使用0.1.3版本tiny-frpc出现错误
之前在路由器小米AX6000上用原版frp没有问题,看到tiny-frpc这个项目就试一下,出现了/root/.ssh/id_rsa的错误。由于路由器不能创建(已是root用户)会提示mkdir: can't create directory '/root/.ssh': Read-only file system,请教一下这个怎么解决?
tiny-frpc Version
0.1.3
frps Version
0.60
System Architecture
Linux/arm
Configurations
小米AX6000
Logs
[2024-11-02T02:20:51Z] [INFO] init go ssh runner
[2024-11-02T02:20:51Z] [INFO] proxy total len: 1
[2024-11-02T02:20:51Z] [INFO] start to run: {127.0.0.1:22 xxx:7000 tcp --proxy-name ssh --remote-port 2022 --token xxx}
[2024-11-02T02:20:51Z] [INFO] get ssh private key file: [/root/.ssh/id_rsa] to communicate with frps by ssh protocol
[2024-11-02T02:20:51Z] [ERROR] new ssh tunnel client error: failed to generate auth method: unable to read private key: open /root/.ssh/id_rsa: no such file or directory
[2024-11-02T02:20:51Z] [INFO] stopping ssh tunnel to frps
[2024-11-02T02:20:51Z] [INFO] process exit...
Steps to reproduce
...
Affected area
The text was updated successfully, but these errors were encountered: