This website works better with JavaScript.
Explore
Help
Sign In
msvsphere
/
addon-context-linux
Watch
12
Star
0
Fork
You've already forked addon-context-linux
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16721fc0ff
msvsphere
static_routes
master
slow
neplan-race
6.0.0
5.12.0
5.10.0
5.8.0
5.6.0
5.4.2
5.0
v4.10.0
v4.14.0
v4.14.1
v4.14.2
v4.14.3
v4.14.4
v4.6.0
v4.8.0
v4.8.1
v4.90.0
v5.0.0
v5.0.1
v5.0.2
v5.0.3
v5.10.0
v5.11.80
v5.12.0
v5.12.0.1
v5.12.0.2
v5.3.80
v5.4.0
v5.4.1
v5.4.2
v5.4.2.1
v5.6.0
v5.7.80
v5.8.0
v6.0.0
v6.2.0
v6.4.0
v6.6.0
v6.6.0-inferit
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '16721fc0ff'
${ noResults }
addon-context-linux
/
base_deb
/
etc
/
one-context.d
/
02-ssh_host_key
7 lines
97 B
Raw
Normal View
History
Unescape
Escape
gh-12: generate host ssh keys in debian based distros
10 years ago
#!/bin/bash
Update 02-ssh_host_key also handle zero byte host key files. had this on ubuntu for reasons i don't understand. (likely caused by this script or ubuntu 14.04's ssh upstart job) This should ensure it'll go away with another reboot saving some lifes.
9 years ago
if [ ! -s /etc/ssh/ssh_host_rsa_key ]; then
gh-12: generate host ssh keys in debian based distros
10 years ago
dpkg-reconfigure openssh-server
fi