Ubuntu Install Ssh Agent

[Solved] Ubuntu Install Ssh Agent | Solidity - Code Explorer | yomemimo.com
Question : ubuntu install ssh-agent

Answered by : armando-flores

#Install ssh-agent if not already installed.
command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get
install openssh-client -y )

Source : | Last Update : Wed, 12 May 21

Answers related to ubuntu install ssh agent

Code Explorer Popular Question For Solidity