We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通过SpringBoot Starter的方式来集成ssh-agent,ssh-agent组件源码地址:https://github.com/minbox-projects/ssh-agent。
The text was updated successfully, but these errors were encountered:
<dependency> <groupId>org.minbox.framework</groupId> <artifactId>api-boot-starter-ssh-agent</artifactId> </dependency>
api: boot: ssh-agent: configs: # 用户名、密码方式代理端口转发 - authentication-method: USERNAME_PASSWORD username: metadata password: xxxxx server-ip: xxx.xxx.xxx.xxx local-port: 3307 forward-target-port: 3306 # ssh private key 方式代理端口转发 # 默认使用RSA加密方式的 ~/.ssh/id_rsa 文件 # authentication-method默认配置为:SSH_PRIVATE_KEY - username: metadata server-ip: xxx.xxx.xxx.xxx local-port: 3307 forward-target-port: 3306
Sorry, something went wrong.
hengboy
No branches or pull requests
通过SpringBoot Starter的方式来集成ssh-agent,ssh-agent组件源码地址:https://github.com/minbox-projects/ssh-agent。
The text was updated successfully, but these errors were encountered: