mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
docs: update artifact jobspec sshkey example path. (#17077)
This commit is contained in:
@@ -141,7 +141,7 @@ artifact {
|
||||
# Make sure that the system known hosts file is populated:
|
||||
# ssh-keyscan github.com | sudo tee -a /etc/ssh/ssh_known_hosts
|
||||
# https://github.com/hashicorp/go-getter/issues/55
|
||||
sshkey = "${base64encode(file("/etc/ssh/ssh_known_hosts"))}"
|
||||
sshkey = "${base64encode(file("/path/to/private-key"))}"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user