Skip to content

Instantly share code, notes, and snippets.

@ecylmz
Created May 25, 2014 13:54
Show Gist options
  • Save ecylmz/444c69df3ea71115ad47 to your computer and use it in GitHub Desktop.
Save ecylmz/444c69df3ea71115ad47 to your computer and use it in GitHub Desktop.
password-store.txt
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı inşa ediliyor.
Durum bilgisi okunuyor... Bitti
rng-tools zaten en yeni sürümde.
pass zaten en yeni sürümde.
Yükseltilen: 0, Yeni Kurulan: 0, Kaldırılacak: 0 ve Yükseltilmeyecek: 315.
gpg: /home/ecylmz/.gnupg: dizin oluşturuldu
gpg: yeni yapılandırma dosyası `/home/ecylmz/.gnupg/gpg.conf' oluşturuldu
gpg: UYARI: `/home/ecylmz/.gnupg/gpg.conf' deki seçenekler bu çalıştırma sırasında henüz etkin değil
gpg: `/home/ecylmz/.gnupg/secring.gpg' anahtar zinciri oluşturuldu
gpg: `/home/ecylmz/.gnupg/pubring.gpg' anahtar zinciri oluşturuldu
gpg: Generating a default key
gpg: anahtar uzunluğu geçersiz; 1024 bit kullanılıyor
++++++++++.++++++++++++++++++++..+++++++++++++++++++++++++++++++++++++++++++++++++++++++.+++++.++++++++++++++++++++.++++++++++++++++++++>++++++++++.......................................+++++
gpg: anahtar uzunluğu geçersiz; 1024 bit kullanılıyor
+++++++++++++++++++++++++++++++++++++++++++++++++++++++.+++++.++++++++++.+++++++++++++++.+++++++++++++++++++++++++++++++++++.++++++++++>+++++..........>+++++<+++++................................+++++^^^
gpg: /home/ecylmz/.gnupg/trustdb.gpg: güvence veritabanı oluşturuldu
gpg: anahtar DBE88666 son derece güvenli olarak imlendi.
gpg: done
pass: geçersiz seçenek -- p
Usage: pass init [--reencrypt,-e] gpg-id
You must run:
pass init your-gpg-id
before you may use the password store.
|-----------------------|
| Password Store |
| v.1.4 |
| by zx2c4 |
| |
| [email protected] |
| Jason A. Donenfeld |
|-----------------------|
Usage:
pass init [--reencrypt,-e] gpg-id
Initialize new password storage and use gpg-id for encryption.
Optionally reencrypt existing passwords using new gpg-id.
pass [ls] [subfolder]
List passwords.
pass [show] [--clip,-c] pass-name
Show existing password and optionally put it on the clipboard.
If put on the clipboard, it will be cleared in 45 seconds.
pass insert [--no-echo,-n | --multiline,-m] [--force,-f] pass-name
Insert new password. Optionally, the console can be enabled to not
echo the password back. Or, optionally, it may be multiline. Prompt
before overwriting existing password unless forced.
pass edit pass-name
Insert a new password or edit an existing password using /usr/bin/vim.
pass generate [--no-symbols,-n] [--clip,-c] [--force,-f] pass-name pass-length
Generate a new password of pass-length with optionally no symbols.
Optionally put it on the clipboard and clear board after 45 seconds.
Prompt before overwriting existing password unless forced.
pass rm [--recursive,-r] [--force,-f] pass-name
Remove existing password or directory, optionally forcefully.
pass git git-command-args...
If the password store is a git repository, execute a git command
specified by git-command-args.
pass help
Show this text.
pass version
Show version information.
More information may be found in the pass(1) man page.
You must run:
pass init your-gpg-id
before you may use the password store.
|-----------------------|
| Password Store |
| v.1.4 |
| by zx2c4 |
| |
| [email protected] |
| Jason A. Donenfeld |
|-----------------------|
Usage:
pass init [--reencrypt,-e] gpg-id
Initialize new password storage and use gpg-id for encryption.
Optionally reencrypt existing passwords using new gpg-id.
pass [ls] [subfolder]
List passwords.
pass [show] [--clip,-c] pass-name
Show existing password and optionally put it on the clipboard.
If put on the clipboard, it will be cleared in 45 seconds.
pass insert [--no-echo,-n | --multiline,-m] [--force,-f] pass-name
Insert new password. Optionally, the console can be enabled to not
echo the password back. Or, optionally, it may be multiline. Prompt
before overwriting existing password unless forced.
pass edit pass-name
Insert a new password or edit an existing password using /usr/bin/vim.
pass generate [--no-symbols,-n] [--clip,-c] [--force,-f] pass-name pass-length
Generate a new password of pass-length with optionally no symbols.
Optionally put it on the clipboard and clear board after 45 seconds.
Prompt before overwriting existing password unless forced.
pass rm [--recursive,-r] [--force,-f] pass-name
Remove existing password or directory, optionally forcefully.
pass git git-command-args...
If the password store is a git repository, execute a git command
specified by git-command-args.
pass help
Show this text.
pass version
Show version information.
More information may be found in the pass(1) man page.
foo makinesi için staff/host/foo parolası üretildi.
Denemek için:
PASSWORD_STORE_X_SELECTION=primary pass -c staff/host/foo
Panodaki parolayı shift-insert'e basarak veya orta fare tuşuyla alabilirsiniz.
Anahtarlığa "foo" parolasıyla erişeceksiniz.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment