mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-03-10 22:43:56 +00:00
Fixed typo
This commit is contained in:
parent
5e470c8b92
commit
0ba20c81b3
@ -12,7 +12,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-rec
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install cryptography netmiko napalm pyntc \
|
||||
&& pip install --upgrade paramiko && mkdir /scripts \
|
||||
&& mkdir /root/.ssh/
|
||||
&& mkdir /root/.ssh/ \
|
||||
&& echo "KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1" > /root/.ssh/config \
|
||||
&& echo "Ciphers 3des-cbc,blowfish-cbc,aes128-cbc,aes128-ctr,aes256-ctr" >> /root/.ssh/config
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user