SSH 配置
程序员文章站
2023-12-23 16:44:40
ssh免密通用配置 Host * Port 1234 User root #ProxyCommand nc -X 5 -x 127.0.0.1:1081 %h %p #5 socks5, 4 socks4,connect https ServerAliveInterval 60 IdentityFi ......
ssh免密通用配置
Host *
Port 1234
User root
#ProxyCommand nc -X 5 -x 127.0.0.1:1081 %h %p #5 socks5, 4 socks4,connect https
ServerAliveInterval 60
IdentityFile ~/.ssh/private
配置属性说明
Host: * 代表任意,也可以指定某个域名 *.baidu.com,特别在局域网集群免密使用
Port: 公网linux会有修改默认端口22的情况
User:用户名,Git仓库可以用git账户
ProxyCommand:链接国外服务器时,有时需要代理访问(原因大家都懂的),在mac上没有xshell类似工具时可以使用
ServerAliveInterval: 向服务器发送空包的时间间隔(为了保持连接)
IdentityFile: 私有密钥文件
推荐阅读
-
SSH 配置
-
######ssh:Junit遇到initializationError(知识点:Junit测试3要素:public、void、无参)==解决:检查所有方法的注解。是否添加正确
-
Mybatis自动生成对象插件Generator最完整的配置教程
-
php配置sqlite数据库开发实例
-
python后台架构Django教程之项目配置setting讲解
-
ubuntu下的nginx+php+mysql安装配置
-
Xdebug+ZendStudio配置,xdebugzendstudio
-
突破php上传文件大小限制的配置方法
-
请求后台配置项http错误,上传功能将不能正常使用!php版本
-
Maven的使用配置