vim ~/.ssh/config
#添加如下配置
Host *
ServerAliveInterval 30
ServerAliveCountMax 2
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::test"
]
}
]
}