DevOps Configuration

12345678910111213
Across
  1. 1. If we want to see if we have a control master for knuth, we can use the command `ssh -O _____ knuth`
  2. 5. The command 'history -c' ____ the history of the current shell
  3. 6. Bash command to view previously entered commands
  4. 9. A dot file used for bash configuration (dot not included)
  5. 10. If we wanted to find all the ssh commands that we entered, we can use 'history | ____ ssh'
  6. 11. Bash configuration of history size for the current shell
  7. 13. The ssh option for the version of the ssh program is an _____ v
Down
  1. 2. Bash configuration of the history filename
  2. 3. The ssh option for verbose debugging output is a _______ v
  3. 4. Bash configuration of history filesize
  4. 7. Prefer a ____ over a copy as it preserves the timestamps
  5. 8. A dot file used for bash (and other shells) configuration (dot not included)
  6. 12. If we want to remove the control master for knuth, we can use the command `ssh -O _____ knuth`