6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
ssh-copy-id -i ~/.ssh/id_rsa.pub $1
|
||
|
|
||
|
ssh $@
|