3 Star 2 Fork 1

YIN随缘/NetMonitor

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SSHConfig.java 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
YIN随缘 提交于 2015-11-24 21:27 +08:00 . add source code
package netmonitor;
public class SSHConfig {
/** û */
public String username = "";
/** */
public String password = "";
/** SSH Server˿ں */
public int port = 23;
/** SSH Private Key */
public String key = "";
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zencodex/NetMonitor.git
git@gitee.com:zencodex/NetMonitor.git
zencodex
NetMonitor
NetMonitor
master

搜索帮助