summaryrefslogtreecommitdiff
path: root/sash
blob: cc7fdda6195625d3aedc549927052993d3631cda (plain)
1
2
3
4
#!/bin/sh
sudo=$([ $(id -u) -eq 0 ] || echo sudo --)
exec $sudo ssh -i /etc/ssh/ssh_host_ed25519_key -l root "$@"