Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 4686c0c

Browse files
committed
rename scripts for consistency
1 parent eb35a0e commit 4686c0c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ By default, the key storage location is `$TMPDIR/op-ssh-utils`, where `TMPDIR` d
2222

2323
### Create a new SSH item in the vault
2424

25-
$ ./op-create-identity -H <hostname>
25+
$ op-ssh-create -H <hostname>
2626

2727
Create a new vault item associated with the given host and the current username, generating a new SSH key specifically for that user on that host. It then optionally registers the new key for immediate local use.
2828

@@ -31,13 +31,13 @@ Create a new vault item associated with the given host and the current username,
3131

3232
### Pull all SSH items in the vault for use locally
3333

34-
$ ./op-add-identities
34+
$ op-ssh-fetch
3535

3636
Search for SSH key items in your vault and read them all into temporary storage. Public and private keys will be saved to `/tmp/op-ssh-utils/keys` with appropriate permissions, and an SSH config file will be saved to `/tmp/op-ssh-utils/ssh_config` which can be included from your personal SSH config (usually `~/.ssh/config`) via `Include /tmp/op-ssh-utils`.
3737

3838
### Remove all local SSH credentials
3939

40-
$ ./op-remove-identities
40+
$ op-ssh-remove
4141

4242
# Todos
4343

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)