Spaces:
Paused
Paused
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -71,6 +71,7 @@ keep_container_running() {
|
|
| 71 |
|
| 72 |
# Main script execution
|
| 73 |
print_host_details
|
|
|
|
| 74 |
start_ssh_service
|
| 75 |
#sshd -T | grep -i 'known hosts'
|
| 76 |
echo "* Status of SSH service: *"
|
|
|
|
| 71 |
|
| 72 |
# Main script execution
|
| 73 |
print_host_details
|
| 74 |
+
generate_ssh_keys
|
| 75 |
start_ssh_service
|
| 76 |
#sshd -T | grep -i 'known hosts'
|
| 77 |
echo "* Status of SSH service: *"
|