From a43b894fe1352557244a42e1a3dea95e187001ad Mon Sep 17 00:00:00 2001 From: Stefan Peidli Date: Fri, 1 Sep 2023 12:47:55 +0200 Subject: [PATCH] Update linux.md (#102) * `ssh-add -K` is deprecated on MacOS --- bih-cluster/docs/connecting/configure-ssh/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bih-cluster/docs/connecting/configure-ssh/linux.md b/bih-cluster/docs/connecting/configure-ssh/linux.md index d839df239..1b8042a75 100644 --- a/bih-cluster/docs/connecting/configure-ssh/linux.md +++ b/bih-cluster/docs/connecting/configure-ssh/linux.md @@ -31,7 +31,7 @@ If you run into problems that your key is not accepted when connecting from MacO please use: ``` -# ssh-add -K +# ssh-add --apple-use-keychain ``` ## Connect to the cluster