diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-06-26 07:21:58 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-06-26 07:21:58 +0700 |
| commit | 5dfcef1eaba4b8563a7eb2865d28bf45be282f23 (patch) | |
| tree | 9ea3346fde7bfb79468719665bf4f2a1a77b867b /CHANGELOG.adoc | |
| parent | f370c2a598d3b4482e2d391458fc6878fada49af (diff) | |
| download | awwan-5dfcef1eaba4b8563a7eb2865d28bf45be282f23.tar.xz | |
environment: set the SSH key, user, host, and port
By knowing this values, user can use it to invoke other SSH related
command, for example to copy file using `scp`
scp -i {{.SSHKey}} src {{.SSHUser}}@{{.SSHHost}}:{{.SSHPort}}/dst
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index e3e49c7..b4be2a0 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -4,6 +4,13 @@ === New features +* environment: export the SSH key, user, host, and port + +By knowing this values, user can use it to invoke other SSH related +command, for example to copy file using `scp` + + scp -i {{.SSHKey}} src {{.SSHUser}}@{{.SSHHost}}:{{.SSHPort}}/dst + * all: add magic command "#require:" Magic word `#require:` will ensure that the next statement will always |
