utils/ssh-init.sh
2024-07-27 04:15:43 +05:00

7 lines
82 B
Bash

#!/bin/bash
ssh-keygen -t ed25519 -C "$ADMIN_EMAIL"
ssh-copy-id user@server_ip