我有一些问题 ~/.ssh/config. 我有300台主机,需要以root而不是我的身份登录。
~/.ssh/config.
host * user me host <here 300 hostnames seperated by space and in this same line all> user root
wc -l .ssh/config
给我4分
当前OpenSSH的读数应高达 4096 字节长的行。但是OpenSSH 7.5之前的版本只能读取1024字节,这可能还不够( commit
host <here first 100 hostnames seperated by space and in this same line all> user root host <here another 100 hostnames ...> user root host <here another 100 hostnames ...> user root