2021-06-28 linux Terraform connection ssh private key用法 base64 encode一下private key: 1cat ~/.ssh/your_private_key | base64 connection中decode一下: 12345678connection { type = "ssh" user = "admin" private_key = base64decode(var.private_key) host = self.public_ip_address timeout = "3600s"} Newer Spring Data JPA保存jsonb类型数据 Older MIUI系统下Tasker保持后台常驻的方法