windows 远程连接桌面 aws RHEL 8(一)

1、打开 putty, 首先点击Session 输入aws 连接hostName 或者Ip地址。其次点击 Connection --->SSH---->Auth选择 PuttyGen 生成的 ppk文件。

注:本文是建立在初次连接的基础上

2、设置用户密码

#sudo passwd <username>   --设置用户密码

#sudo passwd root  --设置root 密码

出现如上图,表示设置密码成功

3、安装  EPEL包

# dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

4、安装xrdp

1) 创建一个xrdp 存储文件. 

   #vi /etc/yum.repos.d/xrdp.repo
在文件中添加如下内容:
[xrdp]
name&
  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要在Spring Boot中使用SSL连接AWS Elasticache集群,你需要完成以下步骤: 1. 生成Elasticache SSL证书和密钥; 2. 将SSL证书和密钥放在Spring Boot应用程序中; 3. 配置Spring Boot应用程序以使用SSL。 下面是一些具体的步骤: 1. 生成Elasticache SSL证书和密钥 在AWS控制台中,选择Elasticache控制台,然后选择你的集群。在集群详细信息页面的“节点终端节点”下,你将找到一个下载按钮,可以下载Elasticache SSL证书。下载证书后,你可以使用以下命令生成Elasticache SSL密钥: ``` openssl rsa -in downloaded-file.pem -out elasticache.key ``` 这会生成一个密钥文件,其中downloaded-file.pem是你下载的Elasticache SSL证书的名称。 2. 将SSL证书和密钥放在Spring Boot应用程序中 将下载的Elasticache SSL证书和生成的elasticache.key文件放在Spring Boot应用程序的src/main/resources目录中。 3. 配置Spring Boot应用程序以使用SSL 在application.properties文件中添加以下行: ``` spring.redis.host=your-elasticache-cluster-endpoint spring.redis.port=6379 spring.redis.password=your-redis-password spring.redis.ssl=true spring.redis.ssl.key-store=classpath:/elasticache.pem spring.redis.ssl.key-store-password=your-elasticache-password ``` 其中,your-elasticache-cluster-endpoint是你的Elasticache集群的终端节点,your-redis-password是你的Redis密码,elasticache.pem是你的Elasticache SSL证书文件名,your-elasticache-password是你的Elasticache SSL证书密码。 这会告诉Spring Boot应用程序使用SSL连接到Elasticache集群。 请注意,这只是一个大致的指南。确保在实际部署时仔细检查和测试所有配置。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值