7 lines
82 B
Bash
7 lines
82 B
Bash
#!/bin/bash
|
|
|
|
ssh-keygen -t ed25519 -C "$ADMIN_EMAIL"
|
|
|
|
|
|
|
|
ssh-copy-id user@server_ip |