16 lines
435 B
Plaintext
16 lines
435 B
Plaintext
|
Include ~/.orbstack/ssh/config
|
||
|
|
||
|
# 自定义配置示例
|
||
|
# Host {name} // 配置快捷名
|
||
|
# HostName {host} // 指定域名
|
||
|
# Port {port} // 指定默认端口
|
||
|
# User {user} // 指定默认用户
|
||
|
# IdentityFile ~/.ssh/id_rsa // 指定默认密钥文件
|
||
|
|
||
|
Include config.d/*.ssh
|
||
|
|
||
|
ServerAliveInterval 30
|
||
|
ServerAliveCountMax 100
|
||
|
|
||
|
|