2018年11月5日月曜日

skicka genkey がよくわからない

skicka genkey がよくわからない

$ read -sp "skicka pass: " SKICKA_PASSPHRASE && echo -e "\n${SKICKA_PASSPHRASE}" && skicka genkey
skicka pass:
hogefugapiyo
skicka: SKICKA_PASSPHRASE environment variable not set.

"google/skicka: Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users." https://github.com/google/skicka
https://github.com/google/skicka

1 件のコメント:

  1. export したら動いた

    $ read -sp "skicka pass: " SKICKA_PASSPHRASE && export SKICKA_PASSPHRASE &&echo -e "\n${SKICKA_PASSPHRASE}" && skicka genkey
    skicka pass:
    hogefugapiyo
    ; Add the following lines to the [encryption] section
    ; of your ~/.skicka.config file.
    salt=442ae753843d7a81efd61880af0184f776d6c689975967437811fbc425e7c38f
    passphrase-hash=439e635744fc1d8a95ae2a0ad984e3dc546190642407c82c259e2842fb074e2e
    encrypted-key=66dacdcc341cf27209d45c7a7f15cf67cf1c4c9a7e75538b00f69d0c86b8ddb7
    encrypted-key-iv=825e2f70fe0fd8fc26b12e694a2fd285

    返信削除

注: コメントを投稿できるのは、このブログのメンバーだけです。