Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh config

Host hostname1
    SSH_OPTION value
    SSH_OPTION value

# Example 1:
Host targaryen
    HostName 192.168.1.10
    User daenerys
    Port 7654
    IdentityFile ~/.ssh/targaryen.key
Comment

ssh config file

Host howtouselinux

   HostName howtouselinux.com
   User usert
   ServerAliveInterval 30
   ServerAliveCountMax 120
Comment

PREVIOUS NEXT
Code Example
Shell :: docker compose multiple command 
Shell :: pull down remote branch git 
Shell :: copy from remote to local 
Shell :: how to install ssh server on ubuntu 16.04 
Shell :: hopw to run the react-scripts command? 
Shell :: how to pull from original repository upstream 
Shell :: how do I become the owner of a directory in linux? 
Shell :: count number of lines in directory linux 
Shell :: list installed versions of node 
Shell :: cd into differernt drive 
Shell :: setting git username 
Shell :: volume buttons not working ubuntu 18.04 
Shell :: add local folder to git repo 
Shell :: docker redis image 
Shell :: delete pid port 
Shell :: pip install google trans 
Shell :: install pycharm in ubuntu 
Shell :: install office 365 in ubuntu 
Shell :: universal command to get operating system 
Shell :: remove upstream git 
Shell :: docker: Error response from daemon: pull access denied for 
Shell :: docker manjaro 
Shell :: pipenv install flask 
Shell :: how to use blackeye 
Shell :: change macos hostname 
Shell :: gitaarles amsterdam 
Shell :: git change git commit date 
Shell :: git get project name 
Shell :: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. 
Shell :: linux count files in subdirectories 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =