-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(document) way to configure port #9
Comments
I just found
Nevertheless, I don't like modifying files in Would do you consider adding a |
There are several ways to resolve your issue. You can define an extra Host declaration in your
Thus, you don't really have to to change the port of the early sshd. If you really want to change the port you can either change it in
Where that file defines I'll sleep on it but I'll probably add something like this to the master branch:
I think that an |
I like to use a separate key for the dracut-sshd, because I don't like to have my unencrypted private SSH key on the disk.
(it's still safer than an unencrypted disk, but significant drawback to a fulldisk encryption)
But I don't like to have SSH daemons with different keys on the same port. Else SSH clients will complain. So I need to configure another port for the dracut-sshd.
Sadly I couldn't find any documentation how to configure the port.
Can I simply create an
/etc/ssh/dracut_sshd_config
?(like https://github.com/dracut-crypt-ssh/dracut-crypt-ssh does it)
The text was updated successfully, but these errors were encountered: