In addition to administration, you can also use it to transfer files, troubleshoot network issues, etc. Although it is easy to log in and use SSH, many still need to learn how to log out of it. This is the most basic yet crucial aspect you should consider while using the Secure Shell. Hence, this tutorial will quickly describe how to log out of SSH without hassles.
You can follow a few methods to log out of SSH. In the upcoming sections, we’ll look at each of them briefly.
The exit Command
If you want to log out of a perfectly running SSH session, run the exit command:
It will log you out of SSH while ensuring that all the tasks have been completed gracefully. For instance:
Keyboard Shortcut
If you prefer a quicker method, you can use a keyboard shortcut. Press CTRL + D, and the terminal will immediately end your SSH session. This shortcut is a convenient way to log out without typing any commands.
Logout and Terminate the Unresponsive SSH Session
Moreover, if you encounter any difficulty, such as unresponsiveness during an SSH session, enter this sequence: press Enter, and type “~.”
It will log you out by forcefully terminating the current session.
A Quick Wrap-up
Logging out is the most fundamental task a SSH user should know how to perform quickly. This tutorial is all about the ways to log out of SSH. The methods mentioned above cater to every user’s need, and you must remember them to master Linux and become an expert administrator. We recommend you double-check before logging out, or else it can cause some errors.