User Tools

Site Tools


start_stop_ssh_server

Table of Contents

Start and Stop SSH Server in Ubuntu Linux

Start

sudo systemctl start ssh

Stop

sudo systemctl stop ssh

Restart

sudo systemctl restart ssh

Status

sudo systemctl status ssh
start_stop_ssh_server.txt · Last modified: 2024/08/28 19:42 by jimc