Skip to content

Commit

Permalink
add .ssh/config close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyA committed Aug 23, 2018
1 parent 9253c0e commit a9372fd
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .ssh/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# ~/.ssh/config
# config 1.8.29 2018-08-22_20:47:11_CDT https://github.com/BradleyA/user-work-files.git uadmin six-rpi3b.cptx86.com 1.7
# add .ssh/config close #1
###
Host one one-rpi3b.cptx86.com 192.168.1.101
HostName one-rpi3b.cptx86.com
User uadmin
Port 12323
# BatchMode yes # If “yes”, passphrase/password querying disabled. ServerAliveInterval 300 when the BatchMode is set.
###
Host six six-rpi3b.cptx86.com 192.168.1.106
HostName six-rpi3b.cptx86.com
User uadmin
Port 22
##
# Host github-project1
# User git
# HostName github.com
# IdentityFile ~/.ssh/github.project1.key
# ##
# Host github-org
# User git
# HostName github.com
# IdentityFile ~/.ssh/github.org.key
# ##
# Host github.com
# User git
# IdentityFile ~/.ssh/github.key
###
# Host nas01
# HostName 192.168.1.100
# User root
# IdentityFile ~/.ssh/nas01.key
###

0 comments on commit a9372fd

Please sign in to comment.