summaryrefslogtreecommitdiff
path: root/setup-sshd.in
AgeCommit message (Collapse)Author
2022-03-16fix PREFIX in *.inNick Hanley
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts.
2021-11-17setup-sshd: use SSH_KEY instead of prompt userNatanael Copa
Do not ask user for ssh key, but support the use of SSH_KEY env var.
2021-11-17setup-sshd: Ask for authorized key for rootLukas Bestle
Fixes #10459.
2021-01-08setup-sshd: improve error handlingNatanael Copa
repeat the question til we get a valid answer
2016-11-02indent heredocs and replace echos with heredoc where appropriateJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2014-04-23fix permissionsNatanael Copa
2011-10-28setup-sshd: minor tweaking of promptNatanael Copa
2011-10-06setup-sshd: clean up code a bitNatanael Copa
2011-08-05setup-sshd: cleanups and add command line optionsJeff Bilyk
2011-07-31setup-sshd: add dropbear supportJeff Bilyk
2011-07-31setup-{apklbu, bootable, chrony, sshd}: replace double equals in if ↵Jeff Bilyk
statements with single equals
2011-07-16setup-sshd: new script for setting up sshdJeff Bilyk