Added tg, copy_ssh_keys
This commit is contained in:
parent
f66246f313
commit
75c9003635
5
zsh/config.zsh
Normal file
5
zsh/config.zsh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
copy_ssh_keys() {
|
||||||
|
cat ~/.ssh/authorized_keys | ssh $* '(test -f ~/.ssh/id_rsa || ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -N "") </dev/null && cat > ~/.ssh/authorized_keys'
|
||||||
|
echo -n "Testing..."
|
||||||
|
ssh -o PasswordAuthentication=no $* 'echo Success'
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user