76.5k views
3 votes
How to remove SSH server from Ubuntu?

User Dropout
by
7.5k points

1 Answer

3 votes

Final answer:

To remove the SSH server from Ubuntu, you can use the terminal and the command 'sudo apt-get purge openssh-server'.

Step-by-step explanation:

To remove the SSH server from Ubuntu, you can use the terminal and the command 'sudo apt-get purge openssh-server'.

To remove the SSH server from Ubuntu, you can follow these steps:

  1. Open the terminal on your Ubuntu machine.
  2. Type the command sudo apt-get purge openssh-server and press Enter.
  3. Enter your password when prompted and press Enter.
  4. Confirm the uninstallation process by typing Y and pressing Enter.
  5. The SSH server will now be removed from your Ubuntu machine.
User Jdi
by
8.2k points