Score:0

Output SSH keys using Azure CLI

al flag

When we ran the Azure CLI command to create a new ssh key, It will store the PEM & PUB keys in .ssh/ folder.

but we need to store it on separate folder. Here is the command Azure CLI

az sshkey create --name "test-ssh" --resource-group "azure-dev"

But we are using the Bash script to store the PEM & PUB Key in separate folder.

az sshkey create --name "test-ssh" --resource-group "azure-dev" >> /home/ubuntu/keyrotation-az/creds/test-ssh

Output was storing in JSON format, But we need to store it on separate folder.

How can we store it on separate folder not in .ssh folder.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.