Skip to content

Instantly share code, notes, and snippets.

View jurf's full-sized avatar

Juraj Fiala jurf

View GitHub Profile
#!/bin/sh
sudo dnf install --assumeyes openssh-server
sudo /usr/libexec/openssh/sshd-keygen rsa
sudo /usr/libexec/openssh/sshd-keygen ecdsa
sudo /usr/libexec/openssh/sshd-keygen ed25519
echo "
# For VS Code
Port 22$VERSION # Prevent conflicts with other SSH servers
#!/bin/bash
# night-theme-switch
# ------------------
# Written as a complement to the Night Theme Switcher GNOME Shell extension:
# https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/
#
# Works best with Solarized.
# Copyright (c) 2020 Juraj Fiala