Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux ssh server

sudo apt install openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh
Comment

linux ssh

# Go to your home directory:
cd

# If it doesn't exit, create the foldr .ssh
mkdir .ssh

# If it doesn't exit, create the file authorized_key
vim authorized_key

# Copy your PUBLIC key from your local to this file.
# Have fun.
Comment

how to ssh linux

#for basic ssh
ssh username@IP_ADDRESS
Comment

PREVIOUS NEXT
Code Example
Shell :: install gradle 
Shell :: git submodule push current branch to master 
Shell :: grep exact match 
Shell :: tail last 100 lines 
Shell :: linux add user to group 
Shell :: git clone recursive submodule 
Shell :: git add all files 
Shell :: android uninstall application adb 
Shell :: check pip library path ubuntu 
Shell :: vim open new tabs 
Shell :: get ubuntu package versions 
Shell :: force delete a hidden folder in linux 
Shell :: find mongodb process id 
Shell :: remove yum package 
Shell :: command to create a user in linux 
Shell :: jetpack compose 
Shell :: Unzip all zip files in a proper directory 
Shell :: vmd in terminal 
Shell :: jupyter digits 
Shell :: List all installed programs or desktop application 
Shell :: how to use mongodb in ubuntu terminal 
Shell :: what is my user ubuntu 
Shell :: unity download android sdk 
Shell :: ubuntu releases 
Shell :: why i am not able to paste anything in htdocs folder in ubuntu 
Shell :: renomeando branch 
Shell :: git delete commit 
Shell :: command prompt flashes and closes 
Shell :: npx gitignore generator 
Shell :: svn commit file 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =