首页 > 系统相关 >Ubuntu安装ssh服务

Ubuntu安装ssh服务

时间:2022-11-13 22:36:01浏览次数:37  
标签:get openssh systemctl ssh Ubuntu 安装

安装

sudo apt-get install openssh-server

启动

systemctl start ssh

重启

systemctl restart ssh

关闭

systemctl stop ssh

标签:get,openssh,systemctl,ssh,Ubuntu,安装
From: https://www.cnblogs.com/zawaludo/p/16887196.html

相关文章

  • Ubuntu 20.04 安装部署 MySQL 8.0
    1.规划官网:MySQL社区官网,下载包需要创建oracle账户,本地使用的是Linux通用的二进制包mysql-8.0.31-linux-glibc2.12-x86_64.tarmd5:89e902edeb75216c366e878f3c9e85be......
  • Eclipse Python IDE安装
     一、下载JDK首先下载JDK,进入JDK官网下载最新版本的JDK并安装:https://www.oracle.com/in/java/technologies/downloads/下载最新版本与时俱进(非常建议)。选择合适的文......
  • commands for use VIM in ubuntu
    Usevimxx.yytoopenafilefirstly.Theninputi,youcaninsertnewtextintheopenedfile.Whenyouwanttoendtheinput,youfirstlyclickEscbottom,t......
  • python pip 安装使用国内镜像源
    pythonpip安装使用国内镜像源一般我们Pthon安装库是通过:pipinstall库不过上面的库安装速度太慢,有时候回不成功,因为他用的是国外的镜像库,所以我们不然用国内的镜像库,安......
  • 如何在虚拟机上安装和配置Spark开发环境
    如何文章目录​​如何​​​​在虚拟机上安装和配置Spark开发环境​​​​下载解压安装包​​​​配置环境变量:​​​​修改Spark配置文件​​​​校验​​在虚拟机上安装和......
  • hbase本地开发环境安装与配置(单机)
    1、下载地址https://archive.apache.org/dist/hbase/本文选择的版本是:hbase-2.2.3-bin.tar.gz2、解压文件tar-zxvfhbase-2.2.3-bin.tar.gz-C/usr/local/myroom/......
  • ubuntu install rapidjson
    1.Installsudoapt-getinstallrapidjson-dev2.Code#include<algorithm>#include<chrono>#include<ctime>#include<fstream>#include<iostream>#include......
  • 全网Tengine最新版本部署及原理(最详细安装过程,坑全部排除,一次成功)
    简单比较一下Tengine和Nginx背景使用最新的软件,可以处理一些bug,文章对CentOS6不做介绍(不会用)推荐使用Tengine,理由是淘宝再用,兼容Nginx可以随时切换Tengine-2.3.0+......
  • ubuntu install jsoncpp and demos,StyledWriter,FastWriter,Reader,parse
    1.Installsudoapt-getinstalllibjsoncpp-dev2.Addusingheader.#include<jsoncpp/json/json.h>3.Use#include<algorithm>#include<chrono>#include<ct......
  • Linux安装.Net Core(CentOS7安装.Net Core 3.1)
    第一步,安装packages-microsoft-prod.rpmsudorpm-Uvhhttps://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm需要先安装微软在Linux下的软件......