".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)'); } }) })
[Hostens](https://www.idcspy.com/hostens.html "Hostens")是一家欧洲主机商,在美国、欧洲、新加坡等地区部署有数据中心,主要提供经济实惠的虚拟主机、Windows/Linux VPS、存储型VPS等产品服务。我们购买了基于Linux系统的Hostens VPS后,可以通过SSH远程连接,并对服务器管理。下面一起来看下如何使用SSH远程连接到Hostens VPS。
1、这里我们开通了一台基础款的Hostens[国外VPS](/#)主机(操作系统选的是CentOS 7)。使用注册账户时填写的电子邮箱和密码登录到Hostens账户,然后在左侧导航菜单栏选择Services–VPS Hosting,便可看到所购的Hostens国外VPS产品信息。
![](https://www.idcspy.com/wp-content/uploads/2022/06/ssh12.jpg)
2、接下来,点击该Hostens国外VPS右侧的Manage链接,进入产品详细页面。在Menu菜单栏处,点击Login Details,右侧会显示该VPS登录信息,默认用户名为root,主IP地址,在Password对应位置点击Click here to show password链接,即可查看VPS登录密码。
![](https://www.idcspy.com/wp-content/uploads/2022/06/ssh1.jpg)
3、查看到Hostens国外VPS主机远程连接用户名、密码、主IP地址后,点击Connect via SSH菜单,单击Open new connection in fullscreen链接,将打开一个新窗口。提示我们输入该Hostens欧洲VPS主机的Username用户名,键入后按Enter键;在password光标处,右键选择Paste from browser,会弹出一个文本框,粘贴前文查看到的VPS登录密码,点击“确定”按钮,然后再键入Enter,继续操作。
![](https://www.idcspy.com/wp-content/uploads/2022/06/ssh15.jpg)
如果输入的Hostens国外VPS主机用户名、密码等信息无误,那么我们会看到类似以下的输出结果。
![](https://www.idcspy.com/wp-content/uploads/2022/06/ssh14.jpg)
以上是通过Hostens自带的SSH在线工具远程连接国外VPS的操作步骤介绍。Hostens VPS管理界面简洁直观,几乎涵盖了所有基本操作,包括SSH连接、重置密码、修改主机名等,我们可通过点击对应的菜单项对VPS服务器进行管理。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103623.html