Skip to content

Commit

Permalink
update ssh to Architecture tree #21
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyA committed May 13, 2019
1 parent 84e0a09 commit f5721da
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions template/template.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# template/template.sh 3.188.246 2019-05-12T19:42:02.715276-05:00 (CDT) https://github.com/BradleyA/user-files.git uadmin one-rpi3b.cptx86.com 3.187
# update ssh to Architecture tree #21
# template/template.sh 3.185.243 2019-04-28T20:13:55.699864-05:00 (CDT) https://github.com/BradleyA/user-files.git uadmin one-rpi3b.cptx86.com 3.184
# add ssh to ARCHITECTURE TREE no existing use
# template/template.sh 1.183.241 2019-04-28T18:35:25.573376-05:00 (CDT) https://github.com/BradleyA/user-files.git uadmin one-rpi3b.cptx86.com 1.182
Expand Down Expand Up @@ -111,8 +113,10 @@ echo "│ │ │ ├── <USER-1>/ <-- User TLS cer
echo "│ │ │ │ ├── ca.pem FUTURE <-- User tlscacert"
echo "│ │ │ │ ├── cert.pem FUTURE <-- User tlscert"
echo "│ │ │ │ ├── key.pem FUTURE <-- User tlskey"
echo "│ │ │ │ └── trust/ <-- Backup of Docker Content Trust"
echo "│ │ │ │ (DCT) keys"
echo "│ │ │ │ ├── trust/ <-- Backup of Docker Content Trust"
echo "│ │ │ │ │ (DCT) keys"
echo "│ │ │ │ └── ssh/ FUTURE <-- SSH user inventory"
echo "│ │ │ │ └── inventory/ FUTURE <-- SSH user inventory"
echo "│ │ │ └── <USER-2>/ <-- User TLS certs directory"
echo "│ │ └── <HOST-2>/ <-- Host in cluster"
echo "│ └── docker-registry/ <-- Docker registry directory"
Expand Down Expand Up @@ -148,7 +152,7 @@ echo "│ └── registry-certs-<REGISTRY_HOST>-<REGISTRY_PORT>/ <-- Wor
echo "│ to create registory certs"
echo "└── <USER-1>/.ssh/ <-- Secure Socket Shell directory"
echo " ├── authorized_keys <-- SSH keys for logging into account"
echo " ├── config <-- SSH client configuration file"
echo " ├── config <-- SSH user configuration file"
echo " ├── id_rsa <-- SSH private key"
echo " ├── id_rsa.pub <-- SSH public key"
echo -e " └── known_hosts <-- Systems previously connected to\n"
Expand Down Expand Up @@ -187,15 +191,20 @@ echo "├── default/"
echo "│ └── docker <-- Docker daemon Upstart and"
echo "│ SysVinit configuration file"
echo "├── ssl/"
echo " └── openssl.cnf <-- OpenSSL configuration file"
echo "│ └── openssl.cnf <-- OpenSSL configuration file"
echo "├── ssh/"
echo "│ ├── ssh_known_hosts <-- List of host keys for hosts user"
echo "│ │ logged into not in systemwide file"
echo "│ ├── shosts.equiv <-- man ssh"
echo "│ ├── ssh_host_rsa_key <-- host private key"
echo "│ ├── ssh_host_rsa_key.pub <-- host public key"
echo "│ ├── moduli <-- Diffie-Hellman moduli"
echo "│ ├── shosts.equiv <-- host-based authentication"
echo "│ └── sshd_config <-- OpenSSH configuration file"
echo "│ ├── ssh_config <-- OpenSSH systemwide configuration"
echo "│ │ file"
echo "│ ├── sshd_config <-- OpenSSH daemon configuration"
echo "│ │ file"
echo "│ ├── ssh_host_rsa_key <-- OpenSSH host private key"
echo "│ ├── ssh_host_rsa_key.pub <-- OpenSSH host public key"
echo "│ ├── ssh_host_ed25519_key <-- OpenSSH host private key"
echo "│ ├── ssh_host_ed25519_key.pub <-- OpenSSH host public key"
echo "│ └── ssh_known_hosts <-- OpenSSH systemwide list of known"
echo "│ public host keys"
echo -e "└── hosts.equiv <-- host-based authentication\n"
echo "/var/"
echo "├── lib/docker/ <-- Root directory of persistent"
Expand Down

0 comments on commit f5721da

Please sign in to comment.