ssh
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
|||||||
DOTFILES_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
DOTFILES_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
# Packages to stow
|
# Packages to stow
|
||||||
PACKAGES=(bash kitty fastfetch)
|
PACKAGES=(bash kitty fastfetch ssh)
|
||||||
|
|
||||||
echo "Setting up dotfiles from $DOTFILES_DIR"
|
echo "Setting up dotfiles from $DOTFILES_DIR"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
Host gitea.kolpacksoftware.com
|
||||||
|
HostName 192.168.1.67
|
||||||
|
Port 222
|
||||||
|
User git
|
||||||
Reference in New Issue
Block a user