No need to build ssh_config, it now use Include
This commit is contained in:
parent
c6aa7f2ded
commit
c6efe15908
8
zlogin
8
zlogin
|
@ -32,14 +32,6 @@ mesg y
|
||||||
# setleds +num
|
# setleds +num
|
||||||
#esac
|
#esac
|
||||||
|
|
||||||
|
|
||||||
## Génération du fichier ~/.ssh/config
|
|
||||||
if [ -f ~/.ssh/config_00base ]; then
|
|
||||||
rm -f ~/.ssh/config
|
|
||||||
cat ~/.ssh/config_* > ~/.ssh/config
|
|
||||||
chmod 0600 ~/.ssh/config*
|
|
||||||
fi
|
|
||||||
|
|
||||||
# List tmux sessions if tmux is available
|
# List tmux sessions if tmux is available
|
||||||
if [ $(command -v tmux) ]; then
|
if [ $(command -v tmux) ]; then
|
||||||
TMUX_SESSION=$(tmux ls 2> /dev/null|grep -- window)
|
TMUX_SESSION=$(tmux ls 2> /dev/null|grep -- window)
|
||||||
|
|
Loading…
Reference in New Issue