Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to open ssh on port 22 manjaro

//For me I only needed to do steps 2,4 and 5 in that order.

// 1.Install openssh if needed
pacman -S openssh

// 2.Verify SSH service status
systemctl status sshd.service

// 3.Edit SSH daemon config file if needed
nano /etc/ssh/sshd_config

// 4.Enable SSH service
systemctl enable sshd.service

// 5.Start SSH service
systemctl start sshd.service

// 6.Verify SSH service is working properly
// This is where you attempt to SSH into the server you just set up
// to see if it actually works
Comment

PREVIOUS NEXT
Code Example
Shell :: Unable to start terminal in ubuntu 
Shell :: install firefox redhat 7 
Shell :: Windows 10 - Get a list of installed apps into a text file 
Shell :: linux ssh access by ip 
Shell :: first time linux 
Shell :: Log sync requires rsync to be installed. 
Shell :: raid 0 
Shell :: bash variable substitution 
Shell :: create batch file to delete folders and subfolders 
Shell :: install joplin using snap 
Shell :: How to list all unit files with systemctl command 
Shell :: use curl to delete an image from docker hub 
Shell :: do something file not in the folder 
Shell :: install tidyverse ubuntu 20.04 
Shell :: emulator android 
Shell :: --no-check-certificate while running a script 
Shell :: install lc ubuntu 
Shell :: bat if command exists 
Shell :: linux wii emulator 
Shell :: chown to current user 
Shell :: what is linux 
Shell :: connect different volumes docker container 
Shell :: install tailwind using yarn 
Shell :: view branches not merged with master 
Shell :: cd in linux 
Shell :: conEMU alias / 
Shell :: bash force exit 0 
Shell :: (linux/arm) does not match the detected host platform (linux/amd64) 
Shell :: lxc command not found 
Shell :: how to turn off wiregurad 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =