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