From d27e482db4df252921cc0ee071b4a5b6735b44e6 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 31 Aug 2023 20:34:02 +0200 Subject: [PATCH] ssh alias for dev --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index fa1662b..b1053cc 100644 --- a/zshrc +++ b/zshrc @@ -432,6 +432,7 @@ alias recossh='load-ssh-agent && # For development and tests alias sshdev='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new' +alias sshdev-copy-id='ssh-copy-id -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new' alias scpdev='scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new' # }}}