many changes i made in the last weeks
This commit is contained in:
8
hosts/nico/setup.sh
Executable file
8
hosts/nico/setup.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
SRC=root//work/config-c2vi
|
||||
|
||||
# ~/.hermes link
|
||||
ln -fs ~/work/nico/hermes ~/.hermes
|
||||
|
||||
# ssh config
|
||||
ln -fs $SRC/hosts/nico/ssh_config ~/.ssh/config
|
||||
2
hosts/nico/ssh_config
Normal file
2
hosts/nico/ssh_config
Normal file
@@ -0,0 +1,2 @@
|
||||
Host *
|
||||
IdentityFile /root/work/nico/private-key
|
||||
Reference in New Issue
Block a user