From 143db1131b7df986d3d80be9c6a917cd1e094386 Mon Sep 17 00:00:00 2001 From: Olivier CANO Date: Wed, 6 Feb 2019 17:55:53 +0100 Subject: [PATCH] Warning on ssh key permissions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 509a050b38..55b54014ac 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,8 @@ $ scw run --name=my-ubuntu ubuntu-trusty bash root@my-ubuntu:~# ``` +:warning: when running a command through ssh (top, kill, run, cp, logs, exec,...), make sure your ssh key permissions are correctly set or you know the root password. + ### Workflows See [./examples/](https://github.com/scaleway/scaleway-cli/tree/master/examples) directory