Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -53,7 +53,7 @@ ssh $ASTEROID_USER@$ASTEROID_HOST ..." ...@@ -53,7 +53,7 @@ ssh $ASTEROID_USER@$ASTEROID_HOST ..."
This variable stores the output of This variable stores the output of
```bash ```bash
ssh-keyscan ssh-keyscan $NAME_OF_THE_HOST ssh-keyscan $NAME_OF_THE_HOST
``` ```
See also [https://stackoverflow.com/a/57332478](https://stackoverflow.com/a/57332478) See also [https://stackoverflow.com/a/57332478](https://stackoverflow.com/a/57332478)
... ...
......