Skip to content

SystemSSH Transport

Carl Montanari edited this page May 31, 2020 · 2 revisions

Table of Contents


SystemSSH and SSH Binaries

Some container images - or very minimal linux distros in general -- may not have OpenSSH or LibSSH2 installed on them by default. Scrapli with the SystemSSHTransport transport plugin requires an available ssh binary installed. You may need to install an ssh client and/or server (not entirely clear why you may need a server but at least one user has noted that installing server made things work), on a Debian based system you can install OpenSSH client/server as follows:

apt install openssh-client
apt install openssh-server

Clone this wiki locally