aded ssh config

This commit is contained in:
Christian Koptein 2020-09-20 11:47:44 +02:00
parent a2724d1667
commit 6952772ef9
3 changed files with 22 additions and 0 deletions

View File

@ -6,4 +6,6 @@ rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/c
ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop
ln -s $(pwd)/screenrc $HOME/.screenrc
ln -s $(pwd)/themes $HOME/.themes
ln -s $(pwd)/aliases $HOME/.aliases
ln -s $(pwd)/sshconfig $HOME/.ssh/config
```

11
aliases Normal file
View File

@ -0,0 +1,11 @@
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'
alias sl='ls'
alias ks='ls'

9
sshconfig Normal file
View File

@ -0,0 +1,9 @@
Host kopteinvm
HostName koptein.de
User koptein
Port 22
Host home
HostName git.home.lan
User koptein
Port 222