Compare commits

..

4 Commits

Author SHA1 Message Date
d2c6f99401
ssh_config: remove deprecated option useroaming
Even Debian Bookworm mentions it as deprecated in ssh -vvv and I seriously doubt I have such old SSH running anywhere
2023-10-28 22:27:06 +03:00
4f87dd6221
samba/playstation2.conf: specify hosts allow 2023-10-28 20:35:08 +03:00
ad59c45eb3
yum.repos.d/README.md: update Yggdrasil address 2023-10-28 18:12:51 +03:00
f60307d77f
.pre-commit-config.yaml & co: don't exclude reuse 2023-10-28 17:38:53 +03:00
7 changed files with 15 additions and 19 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
# Symlink # Symlink
install.run install.run
LICENSE
# ??? # ???
.git .git

View File

@ -24,8 +24,9 @@ repos:
# Markdown allows double trailing space for forced line change. The # Markdown allows double trailing space for forced line change. The
# hook appears to remove single ones. # hook appears to remove single ones.
args: ["--markdown-linebreak-ext", "md,markdown"] args: ["--markdown-linebreak-ext", "md,markdown"]
# Let's not touch LICENSE files or reuse.software directory # Let's not touch LICENSE files or reuse.software directory. Or if we
exclude: ^LICENSES\/.*|LICENSE$ # do, that is a good example case anyway to keep as a comment?
#exclude: ^LICENSES\/.*|LICENSE$
# Other file extensions where trailing whitespace may be intentional # Other file extensions where trailing whitespace may be intentional
# and lack of it break things. Use identify-cli for figuring out more # and lack of it break things. Use identify-cli for figuring out more
# types to add. # types to add.

11
LICENSE
View File

@ -1,11 +0,0 @@
Copyright (c) <year> <owner>.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

1
LICENSE Symbolic link
View File

@ -0,0 +1 @@
LICENSES/BSD-3-Clause.txt

View File

@ -9,8 +9,12 @@
# enable logging # enable logging
log level = 5 log level = 5
syslog = 5 syslog = 5
# SMBv1, required for PS2 # SMBv1, required for PS2. TODO: Can this be specified just for [PS2SMB]
# instead of weakening security globally?
server min protocol = NT1 server min protocol = NT1
# And as we are so insecure, let's only allow the PS2 to connect.
# This could also be specified under [PS2SMB]
hosts allow = 192.168.88.5
workgroup = WORKGROUP workgroup = WORKGROUP
usershare allow guests = yes usershare allow guests = yes
map to guest = bad user map to guest = bad user
@ -26,6 +30,8 @@ keepalive = 60
# on the console # on the console
[PS2SMB] [PS2SMB]
Comment = PlayStation2 images Comment = PlayStation2 images
# PS2 IP
#hosts allow = 192.168.88.5
# These commands are required for SELinux to not complain # These commands are required for SELinux to not complain
# sudo chcon -t samba_share_t /home/aminda/PS2 # sudo chcon -t samba_share_t /home/aminda/PS2
# sudo setsebool -P samba_enable_home_dirs on # sudo setsebool -P samba_enable_home_dirs on

View File

@ -56,9 +56,6 @@ Host *
# manual). # manual).
UpdateHostKeys yes UpdateHostKeys yes
# Workaround CVE-2016-0777 & CVE-0778 on OpenSSH < 7.1p2
UseRoaming no
# Verify SSHFP records. If this is yes, the question is skipped when # Verify SSHFP records. If this is yes, the question is skipped when
# DNSSEC is used, but apparently only "ask" and "no" write known_hosts # DNSSEC is used, but apparently only "ask" and "no" write known_hosts
# However with "ask" you won't be told whether the zone is signed, so # However with "ask" you won't be told whether the zone is signed, so

View File

@ -7,7 +7,8 @@ as the links below.
## Additional repositories ## Additional repositories
- Begin by `sudo fedora-third-party enable` - Begin by `sudo fedora-third-party enable`
- https://github.com/yggdrasil-network/yggdrasil-network.github.io/issues/127#issuecomment-766520311 - `sudo dnf copr enable neilalexander/yggdrasil-go`
- https://yggdrasil-network.github.io/installation-linux-rpm.html
- https://www.insynchq.com/ - https://www.insynchq.com/
- https://keybase.io/docs/the_app/install_linux - https://keybase.io/docs/the_app/install_linux
- https://rpmfusion.org/Configuration - https://rpmfusion.org/Configuration