Sync with master.
This commit is contained in:
parent
5e6fa8ebb4
commit
6ce308d16b
2 changed files with 31 additions and 25 deletions
12
.gitconfig
12
.gitconfig
|
|
@ -18,6 +18,7 @@
|
|||
autoSetupRemote = true
|
||||
[alias]
|
||||
c = commit
|
||||
co = checkout
|
||||
d = diff
|
||||
p = push
|
||||
s = status
|
||||
|
|
@ -28,8 +29,13 @@
|
|||
directory = /data/tmp/slackbuilds.git
|
||||
directory = /data/tmp/ponce-slackbuilds.git
|
||||
[maintenance]
|
||||
repo = /
|
||||
repo = /root
|
||||
repo = /etc/slackpkg/templates
|
||||
repo = /home/tadgy
|
||||
repo = /data/home/tadgy/Projects/bash-ini-parser.git
|
||||
repo = /data/home/tadgy/Projects/bash-tasksched.git
|
||||
repo = /data/home/tadgy/Projects/bootstrap.git
|
||||
repo = /data/home/tadgy/Projects/dotfiles.git
|
||||
repo = /data/home/tadgy/Projects/lumberjack.git
|
||||
repo = /data/home/tadgy/Projects/slackpkg-templates.git
|
||||
repo = /data/home/tadgy/Projects/system-configs.git
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
|
|
|||
44
.ssh/config
44
.ssh/config
|
|
@ -14,28 +14,6 @@ StrictHostKeyChecking accept-new
|
|||
VerifyHostKeyDNS yes
|
||||
VisualHostKey yes
|
||||
|
||||
# Temp.
|
||||
Host zapp zapp.opensourcerers.net
|
||||
Hostname zapp.opensourcerers.net
|
||||
Port 9922
|
||||
|
||||
# Remote servers.
|
||||
Host amy amy.hosts.slackware.network bender bender.hosts.slackware.network fry fry.hosts.slackware.network leela leela.hosts.slackware.network mirror mirror.hosts.slackware.network seedbox seedbox.hosts.slackware.network
|
||||
CanonicalDomains hosts.slackware.network
|
||||
CanonicalizeHostname yes
|
||||
Port 9922
|
||||
|
||||
Host as.hosts.slackware.network
|
||||
Port 9922
|
||||
User root
|
||||
ForwardAgent no
|
||||
ClearAllForwardings yes
|
||||
|
||||
Host esx0.hosts.slackware.network esx1.hosts.slackware.network
|
||||
User root
|
||||
ForwardAgent no
|
||||
ClearAllForwardings yes
|
||||
|
||||
# Home stuff.
|
||||
Host afterdark.org.uk
|
||||
Port 6722
|
||||
|
|
@ -65,7 +43,29 @@ Host clone-* full-*
|
|||
User root
|
||||
ClearAllForwardings yes
|
||||
|
||||
# Remote servers.
|
||||
Host amy amy.hosts.slackware.network bender bender.hosts.slackware.network fry fry.hosts.slackware.network leela leela.hosts.slackware.network mirror mirror.hosts.slackware.network seedbox seedbox.hosts.slackware.network
|
||||
CanonicalDomains hosts.slackware.network
|
||||
CanonicalizeHostname yes
|
||||
Port 9922
|
||||
|
||||
Host as.hosts.slackware.network
|
||||
Port 9922
|
||||
User root
|
||||
ForwardAgent no
|
||||
ClearAllForwardings yes
|
||||
|
||||
Host esx0.hosts.slackware.network esx1.hosts.slackware.network
|
||||
User root
|
||||
ForwardAgent no
|
||||
ClearAllForwardings yes
|
||||
|
||||
# Git services.
|
||||
Host github.com git.rlworkman.net
|
||||
User git
|
||||
ClearAllForwardings yes
|
||||
|
||||
# Temp.
|
||||
Host zapp zapp.opensourcerers.net
|
||||
Hostname zapp.opensourcerers.net
|
||||
Port 9922
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue