Skip to content

Commit

Permalink
Suppress login messages (ordinals#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Aug 23, 2022
1 parent 1fa9f21 commit c52db95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/setup
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -euxo pipefail

touch .hushlogin

sed -i -E 's/#?PasswordAuthentication yes/PasswordAuthentication no/' /etc/ssh/sshd_config

apt-get install --yes \
Expand Down

0 comments on commit c52db95

Please sign in to comment.