".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[阿里云](/#)服务器管理控制台提供有管理终端,方便我们远程连接并管理ECS实例。如果我们拥有操作权限,还可以连接到服务器进行操作配置,那么阿里云服务器怎么远程连接?下面来看下主要操作步骤介绍。
1、首先登录[阿里云服务器管理控制台](https://go.idcspy.com/www.aliyun.com/),找到需要远程连接的ECS实例,然后在“操作”列下,单击“远程连接”,连接“管理终端”。
2、在弹出的“管理终端连接密码”对话框,单击“复制密码”按钮。**注意:**管理终端连接密码提示只出现一次,以后每次登录时都需要输入该密码,因此需要做好记录。之后单击“关闭”按钮关闭对话框。
![](https://www.idcspy.com/wp-content/uploads/2021/10/1-64.jpg)
3、接着在弹出的“输入管理终端密码”对话框中粘贴连接密码后,单击“确定”按钮,开始连接 管理终端。
![](https://www.idcspy.com/wp-content/uploads/2021/10/12-22.jpg)
4、根据阿里云服务器ECS实例所选操作系统不同,默认远程连接用户名会不一样。相关阅读:《[阿里云服务器远程连接用户名和密码查看方法](/#)》
如果是Linux实例,应输入用户名“root”和密码。密码是先前创建实例时设置的密码。
![](https://www.idcspy.com/wp-content/uploads/2021/10/13-11.jpg)
Linux 实例支持 CTRL+ALT+F1-F10 的快捷键切换,可以切换不同的 管理终端 来进行不同的操作。如果出现黑屏,是因为 Linux 实例处于休眠状态,单击键盘上任意键即可唤醒。
如果是 Windows 实例,我们应在 管理终端 界面的左上角单击 发送远程命令 > CTRL+ALT+DELETE,即可进入 Windows 服务器实例的登录界面。然后输入用户名administrator和密码进行登录即可。
![](https://www.idcspy.com/wp-content/uploads/2021/10/14-10.jpg)
以上是关于阿里云服务器不同操作系统ECS实例远程连接的方法步骤介绍,成功连接到云服务器后,我们便可以对其进行管理和维护了。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104980.html