archlinux install: - grub - archlinuxcn - fcitx5 COPY COMMAND: - `cp -a -p` LINUX CONFIG: - add .bashrc GIT: - core.editor SSH: - config fix
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
Host ser
|
|
HostName e0x1a.cn #连接地址
|
|
User e0x1a #连接用户名
|
|
Port 26710 #连接端口
|
|
IdentityFile ~/.ssh/id_rsa #密钥地址
|
|
IdentitiesOnly yes #仅使用密钥
|
|
ServerAliveInterval 60 #每60s发一个空包保持连接
|
|
ServerAliveCountMax 3 #3次未响应断开
|