Dash:
[t2.git] / package / security / openssh / stone_mod_sshd.sh
blobf2a8a36fadc724b971da039c6af009fa6c93880d
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../openssh/stone_mod_sshd.sh
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 # [MAIN] 50 sshd SSH Daemon configuration
18 ssh_create_hostpair(){
19 gui_cmd "Creating ssh host keypair" \
20 "/usr/bin/ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N '' ; \
21 /usr/bin/ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N '' ; \
22 /usr/bin/ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N '' ; \
23 /usr/bin/ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N '' ; \
24 /usr/bin/ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N '' "
27 main() {
28 while
29 gui_menu alsa 'SSH Daemon Configuration.' \
30 'Create a ssh host keypair' \
31 'ssh_create_hostpair' \
32 'Configure runlevels for sshd service' \
33 '$STONE runlevel edit_srv sshd' \
34 '(Re-)Start sshd init script' \
35 '$STONE runlevel restart sshd'
36 do : ; done