ssh_id_ekle
This commit is contained in:
parent
04112af61e
commit
e16b3ed6f8
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
[ $1 ] && cat ~/.ssh/id_rsa.pub | ssh $1 "mkdir -p ~/.ssh && chmod 700 ~/.ssh && cat >> ~/.ssh/authorized_keys"
|
Loading…
Reference in New Issue