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 :: ffmpeg trim 
Shell :: auto finish zsh 
Shell :: bash sleep 
Shell :: arch jpg to png 
Shell :: kubernetes add or remove label from existing resource 
Shell :: programming tools fedora 
Shell :: ubuntu server see system temp 
Shell :: remote mouse ubuntu 22.04 
Shell :: how to create security group using aws cli 
Shell :: terminal osx compare folders and files mojave 
Shell :: running kubernetes dasboard 
Shell :: wsl2 with cisco anyconnect 
Shell :: regex first in line 
Shell :: find rm files older 
Shell :: is sequal ace in linux? 
Shell :: linux echo variable value 
Shell :: how to use nano instead of vi 
Shell :: host your pdf resume on github and jekyll 
Shell :: how to exit vi in linux 
Shell :: llaravel sanctum 
Shell :: install anydesk to kali 
Shell :: sdkmanager "system-images;android-27;google_apis_playstore;x86" 
Shell :: clear git bash command history 
Shell :: install stremio ubuntu 20.04 
Shell :: greater than certain value from pipe shell 
Shell :: how to move file from one directory to another in linux 
Shell :: realtek 8852 
Shell :: install docker in suse linux 
Shell :: delete list of packages linux 
Shell :: powershell delete all files wit hextension 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =