{"id":11858,"date":"2024-08-04T09:37:14","date_gmt":"2024-08-04T09:37:14","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=11858"},"modified":"2024-08-19T04:38:18","modified_gmt":"2024-08-19T04:38:18","slug":"how-to-enable-ssh-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/","title":{"rendered":"How to Enable SSH on Ubuntu 24.04"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p><a id=\"post-11858-_heading=h.1fob9te\"><\/a><a href=\"https:\/\/www.openssh.com\/\">SSH<\/a> is a protocol that makes an encrypted connection for remote access between a server and a client. It encrypts and manages all data transmitted during the remote session. Additionally, SSH provides a secure method for easily accessing your system from another computer.<\/p>\n\n\n\n<p>Enable SSH on your <a href=\"https:\/\/ubuntu.com\/blog\/tag\/ubuntu-24-04-lts\">Ubuntu 24.04<\/a> with this illustrated guide.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Enable SSH on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>The following are necessary steps for installing and enabling SSH:<\/p>\n\n\n\n<p><a href=\"#How-to-Install-and-Start-SSH-on-Ubuntu-24.04\">How to Install and Start SSH on Ubuntu 24.04?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Set-up-SSH-Service-on-Ubuntu-24.04\">How to Set up SSH Service on Ubuntu 24.04?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Check-the-IP-and-Port-of-a-Remote-Machine\">How to Check the IP and Port of a Remote Machine<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Connect-Test-SSH-Server-on-Ubuntu-24.04\">How to Connect\/Test SSH Server on Ubuntu 24.04?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Remove-SSH-from-Ubuntu-24.04\">How to Remove SSH from Ubuntu 24.04?<\/a><\/p>\n\n\n\n<p><a href=\"#Conclusion\">Conclusion<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Install-and-Start-SSH-on-Ubuntu-24.04\"><strong>How to Install and Start SSH on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>Install and start SSH services on your Ubuntu 24.04 using these commands.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-1:-Update-Packages\">Step 1: Update Packages<\/h3>\n\n\n\n<p>Improve your Ubuntu machine&#8217;s performance by refreshing and updating its packages list with the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt update<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"886\" height=\"303\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-1.png\" alt=\"\" class=\"wp-image-11859\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-1.png 886w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-1-300x103.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-1-768x263.png 768w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This command will inspect the installed packages of your Ubuntu 24.04 system and will update the system files if needed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-2:-Install-SSH-Package\"><a id=\"post-11858-_heading=h.4d34og8\"><\/a>Step 2: Install SSH Package<\/h3>\n\n\n\n<p>First install the SSH server and client to enable the SSH service:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt install openssh-client openssh-server -y<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"895\" height=\"509\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-2.png\" alt=\"\" class=\"wp-image-11860\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-2.png 895w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-2-300x171.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-2-768x437.png 768w\" sizes=\"(max-width: 895px) 100vw, 895px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"892\" height=\"510\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-3.png\" alt=\"\" class=\"wp-image-11861\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-3.png 892w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-3-300x172.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-3-768x439.png 768w\" sizes=\"(max-width: 892px) 100vw, 892px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The above output on your Ubuntu screen confirms that the SSH package is now installed successfully.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-3:-Start-the-SSH-Service\"><a id=\"post-11858-_heading=h.2s8eyo1\"><\/a>Step 3: Start the SSH Service<\/h3>\n\n\n\n<p>Through this command, you can start the SSH service on your Ubuntu 24.04:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl start ssh<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"875\" height=\"53\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-4.png\" alt=\"\" class=\"wp-image-11862\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-4.png 875w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-4-300x18.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-4-768x47.png 768w\" sizes=\"(max-width: 875px) 100vw, 875px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>When the SSH service starts you will be returned an empty output on your terminal.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-4:-Enable-SSH-Service\"><a id=\"post-11858-_heading=h.17dp8vu\"><\/a>Step 4: Enable SSH Service<\/h3>\n\n\n\n<p>let\u2019s enable the SSH service at boot through the provided command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl enable ssh<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"894\" height=\"207\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-5.png\" alt=\"\" class=\"wp-image-11863\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-5.png 894w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-5-300x69.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-5-768x178.png 768w\" sizes=\"(max-width: 894px) 100vw, 894px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Similar to the above screen will be shown on your Ubuntu terminal.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Set-up-SSH-Service-on-Ubuntu-24.04\"><a id=\"post-11858-_heading=h.3rdcrjn\"><\/a><strong>How to Set up SSH Service on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>These steps can be utilized to set up SSH on your Ubuntu machine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-1:-Modify-SSH-Configuration\"><a id=\"post-11858-_heading=h.26in1rg\"><\/a>Step 1: Modify SSH Configuration<\/h3>\n\n\n\n<p>For the safe and smooth performance of SSH, you can make some necessary modifications in the SSH configuration file. SSH configuration file can be accessed:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo nano \/etc\/ssh\/sshd_config<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"881\" height=\"50\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-6.png\" alt=\"\" class=\"wp-image-11864\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-6.png 881w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-6-300x17.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-6-768x44.png 768w\" sizes=\"(max-width: 881px) 100vw, 881px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>In the SSH configuration file, make the necessary changes, such as specify a secure and dedicated Port:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"887\" height=\"579\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-7.png\" alt=\"\" class=\"wp-image-11865\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-7.png 887w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-7-300x196.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-7-768x501.png 768w\" sizes=\"(max-width: 887px) 100vw, 887px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Once you have modified the SSH configuration file, save and close the file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-2:-Enable-Firewall-for-SSH\"><a id=\"post-11858-_heading=h.lnxbz9\"><\/a>Step 2: Enable Firewall for SSH<\/h3>\n\n\n\n<p>The below command is essential to set up a firewall to control network traffic on your Ubuntu 24.04:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo ufw enable<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"886\" height=\"74\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-8.png\" alt=\"\" class=\"wp-image-11866\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-8.png 886w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-8-300x25.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-8-768x64.png 768w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The snapshot above, confirms that the Firewall on your machine is now active and enabled.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-3:-Allow-Port-2024-for-Incoming-Traffic\"><a id=\"post-11858-_heading=h.35nkun2\"><\/a>Step 3: Allow Port 2024 for Incoming Traffic<\/h3>\n\n\n\n<p>Allow the specified ports (e.g., port 2024) to ensure it is accessible through the firewall:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo ufw allow 2024<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"94\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-9.png\" alt=\"\" class=\"wp-image-11867\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-9.png 852w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-9-300x33.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-9-768x85.png 768w\" sizes=\"(max-width: 852px) 100vw, 852px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The above output confirms that the Firewall rules have been added to allow the port 2024 for the incoming traffic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-4:-Reload-the-Firewall\"><a id=\"post-11858-_heading=h.1ksv4uv\"><\/a>Step 4: Reload the Firewall<\/h3>\n\n\n\n<p>To apply the updated changes, reload your Firewall using this command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo ufw reload<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"74\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-10.png\" alt=\"\" class=\"wp-image-11868\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-10.png 864w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-10-300x26.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-10-768x66.png 768w\" sizes=\"(max-width: 864px) 100vw, 864px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>If no error occurs after executing the above command, it means that you have successfully enabled and started the Firewall on your Ubuntu 24.04 machine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-5:-Check-SSH-Status\"><a id=\"post-11858-_heading=h.44sinio\"><\/a>Step 5: Check SSH Status<\/h3>\n\n\n\n<p>Now, you can verify the existing SSH status on your Ubuntu system:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl status ssh<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"888\" height=\"437\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-11.png\" alt=\"\" class=\"wp-image-11869\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-11.png 888w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-11-300x148.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-11-768x378.png 768w\" sizes=\"(max-width: 888px) 100vw, 888px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You will find that the SSH services are now enabled and active, allowing port 2024 for incoming traffic.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Check-the-IP-and-Port-of-a-Remote-Machine\"><a id=\"post-11858-_heading=h.2jxsxqh\"><\/a><strong>How to Check the IP and Port of a Remote Machine<\/strong><\/h2>\n\n\n\n<p>To confirm the assigned port and IP address of a remote machine, follow these steps.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-1:-Find-the-IP-Address\"><a id=\"post-11858-_heading=h.z337ya\"><\/a>Step 1: Find the IP Address<\/h3>\n\n\n\n<p>To test the SSH server, you need the IP address of the remote machine (e.g., <strong>ubuntu24@Zahid<\/strong>). To check the IP address, operate the command on the remote machine:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>hostname -I<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"854\" height=\"71\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-12.png\" alt=\"\" class=\"wp-image-11870\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-12.png 854w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-12-300x25.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-12-768x64.png 768w\" sizes=\"(max-width: 854px) 100vw, 854px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The command will print a list of IP addresses associated with the network interfaces of your machine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-2:-Check-SSH-Status-Remote-Machine\"><a id=\"post-11858-_heading=h.3j2qqm3\"><\/a>Step 2: Check SSH Status Remote Machine<\/h3>\n\n\n\n<p>Also, check if the remote machine is properly connected to the internet and ensure that SSH is running on your machine:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl status ssh<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"895\" height=\"531\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-13.png\" alt=\"\" class=\"wp-image-11871\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-13.png 895w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-13-300x178.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-13-768x456.png 768w\" sizes=\"(max-width: 895px) 100vw, 895px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Ensure that the remote server is using the same port (e.g., 2024) for the SSH service.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Connect-Test-SSH-Server-on-Ubuntu-24.04\"><a id=\"post-11858-_heading=h.1y810tw\"><\/a><strong>How to Connect\/Test SSH Server on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>Perform the below commands to test or connect the SSH server on your machine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-1:-Connect-to-the-SSH-Server\"><a id=\"post-11858-_heading=h.4i7ojhp\"><\/a>Step 1: Connect to the SSH Server<\/h3>\n\n\n\n<p>Once you have activated the SSH server and assigned a secure port, let\u2019s test the connection by running this command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>ssh -p 2024 ubuntu24@192.168.249.213<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"865\" height=\"372\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-14.png\" alt=\"\" class=\"wp-image-11872\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-14.png 865w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-14-300x129.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-14-768x330.png 768w\" sizes=\"(max-width: 865px) 100vw, 865px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The \u201c-p\u201d option specifies the port, followed by the \u201cuser@IP_address\u201d.<\/p>\n\n\n\n<p>Enter the password for the remote machine to connect via SSH.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-2:-Check-the-Details-of-the-Remote-Machine\"><a id=\"post-11858-_heading=h.2xcytpi\"><\/a>Step 2: Check the Details of the Remote Machine<\/h3>\n\n\n\n<p>To display system information about the remote machine, use the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>uname -a <br><br>exit<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"890\" height=\"212\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-15.png\" alt=\"\" class=\"wp-image-11873\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-15.png 890w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-15-300x71.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-15-768x183.png 768w\" sizes=\"(max-width: 890px) 100vw, 890px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>After verifying the system information or other tasks, you can exit the SSH connection with the \u201cexit\u201d command.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Remove-SSH-from-Ubuntu-24.04\"><a id=\"post-11858-_heading=h.1ci93xb\"><\/a><strong>How to Remove SSH from Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>You can remove the SSH packages from your Ubuntu 24.04 system with the following few commands.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-1:-Stop-SSH-Service\"><a id=\"post-11858-_heading=h.3whwml4\"><\/a>Step 1: Stop SSH Service<\/h3>\n\n\n\n<p>The SSH service can be terminated and stopped using the below command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl stop ssh.service ssh.socket<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"978\" height=\"52\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-16.png\" alt=\"\" class=\"wp-image-11874\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-16.png 978w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-16-300x16.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-16-768x41.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-16-960x52.png 960w\" sizes=\"(max-width: 978px) 100vw, 978px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Confirm that the SSH socket on your machine is also stopped.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-2:-Disable-SSH-Service\"><a id=\"post-11858-_heading=h.2bn6wsx\"><\/a>Step 2: Disable SSH Service<\/h3>\n\n\n\n<p>Operate the command to disable the SSH from starting on boot:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl disable ssh.service ssh.socket<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"992\" height=\"211\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-17.png\" alt=\"\" class=\"wp-image-11875\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-17.png 992w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-17-300x64.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-17-768x163.png 768w\" sizes=\"(max-width: 992px) 100vw, 992px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The output message on the screen confirms the execution of the command.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-3:-Remove-SSH-Package\"><a id=\"post-11858-_heading=h.qsh70q\"><\/a>Step 3: Remove SSH Package<\/h3>\n\n\n\n<p>After successfully stopping the SSH service, remove the SSH client and server packages with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt purge openssh-client openssh-server -y<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"987\" height=\"529\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-18.png\" alt=\"\" class=\"wp-image-11876\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-18.png 987w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-18-300x161.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-18-768x412.png 768w\" sizes=\"(max-width: 987px) 100vw, 987px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"987\" height=\"485\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-19.png\" alt=\"\" class=\"wp-image-11877\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-19.png 987w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-19-300x147.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-19-768x377.png 768w\" sizes=\"(max-width: 987px) 100vw, 987px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This command will completely remove the SSH service, including the client and server packages.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-4:-Verify-SSH-Removal\"><a id=\"post-11858-_heading=h.3as4poj\"><\/a>Step 4: Verify SSH Removal<\/h3>\n\n\n\n<p>To confirm that SSH packages have been removed from your system, check the SSH version with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>ssh -V<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"944\" height=\"73\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-20.png\" alt=\"\" class=\"wp-image-11878\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-20.png 944w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-20-300x23.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11858-20-768x59.png 768w\" sizes=\"(max-width: 944px) 100vw, 944px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>If the SSH packages are removed, the command will return a message indicating that no such file was found.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Conclusion\"><a id=\"post-11858-_heading=h.49x2ik5\"><\/a><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>On Ubuntu 24.04, enabling SSH can be done in a few steps. First, confirm that the SSH packages are properly installed and active on your system. Then, run the commands \u201csudo systemctl start ssh\u201d and \u201csudo systemctl enable ssh\u201d to properly enable SSH on your Ubuntu 24.04 system.<\/p>\n\n\n\n<p><\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>SSH is a protocol that makes an encrypted connection for remote access between a server and a client. It encrypts and manages all data transmitted during the remote session. Additionally, SSH provides a secure method for easily accessing your system from another computer. Enable SSH on your Ubuntu 24.04 with this illustrated guide. How to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":11923,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[345,266,317],"class_list":["post-11858","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-remote-connction","tag-ssh","tag-ubuntu-24-04"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Enable SSH on Ubuntu 24.04 - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"In this guide, we will illustrate the methods to enable SSH on Ubuntu 24.04 LTS system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Enable SSH on Ubuntu 24.04 - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"In this guide, we will illustrate the methods to enable SSH on Ubuntu 24.04 LTS system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-04T09:37:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-19T04:38:18+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Enable SSH on Ubuntu 24.04\",\"datePublished\":\"2024-08-04T09:37:14+00:00\",\"dateModified\":\"2024-08-19T04:38:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/\"},\"wordCount\":923,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg\",\"keywords\":[\"Remote Connction\",\"SSH\",\"Ubuntu 24.04\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/\",\"name\":\"How to Enable SSH on Ubuntu 24.04 - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg\",\"datePublished\":\"2024-08-04T09:37:14+00:00\",\"dateModified\":\"2024-08-19T04:38:18+00:00\",\"description\":\"In this guide, we will illustrate the methods to enable SSH on Ubuntu 24.04 LTS system.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg\",\"width\":1020,\"height\":600,\"caption\":\"Enable SSH on Ubuntu 24.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enable SSH on Ubuntu 24.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Enable SSH on Ubuntu 24.04 - Greenwebpage Community","description":"In this guide, we will illustrate the methods to enable SSH on Ubuntu 24.04 LTS system.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Enable SSH on Ubuntu 24.04 - Greenwebpage Community","og_description":"In this guide, we will illustrate the methods to enable SSH on Ubuntu 24.04 LTS system.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-08-04T09:37:14+00:00","article_modified_time":"2024-08-19T04:38:18+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Enable SSH on Ubuntu 24.04","datePublished":"2024-08-04T09:37:14+00:00","dateModified":"2024-08-19T04:38:18+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/"},"wordCount":923,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg","keywords":["Remote Connction","SSH","Ubuntu 24.04"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/","url":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/","name":"How to Enable SSH on Ubuntu 24.04 - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg","datePublished":"2024-08-04T09:37:14+00:00","dateModified":"2024-08-19T04:38:18+00:00","description":"In this guide, we will illustrate the methods to enable SSH on Ubuntu 24.04 LTS system.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Enable-SSH-on-Ubuntu-24.04.jpeg","width":1020,"height":600,"caption":"Enable SSH on Ubuntu 24.04"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-ssh-on-ubuntu-24-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Enable SSH on Ubuntu 24.04"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11858","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=11858"}],"version-history":[{"count":6,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11858\/revisions"}],"predecessor-version":[{"id":11994,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11858\/revisions\/11994"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/11923"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=11858"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=11858"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=11858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}