when I use pssh, trying to access a remote machine that is not inside the UNIX file of known hosts, pssh freezes after entering the password. After adding the host using the direct ssh command, pssh works.
So, is there an option to give the pssh command to avoid this problem?
Thanks for your help, Relationship
Give it a try pssh -O StrictHostKeyChecking=no. This works for me.
pssh -O StrictHostKeyChecking=no
ssh "ask", , . "", , . . hostA, - hostB IP-, ssh , hostB . StrictHostKeyChecking = , , .
known_hosts. :
ssh-keyscan HOSTNAME >> $HOME/.ssh/known_hosts
Source: https://habr.com/ru/post/1780174/More articles:ASP.NET MVC 3 ViewModels in another project? - asp.net-mvcConvert geometry to path in wpf (with blend?) - geometryHow to read gated JSON string in Java - javaHow to install freeimage.dll on Windows? - imageLimitations of the Levenberg-Marquardt algorithm - optimizationTinyMCE does not work when loading two text fields - tinymceFrom jpg to animated gif - image-processingTwitter streaming api - how to read retweets - jsonHow to run test cases from a browser in cakephp - unit-testingPull Retweets using Twitter user_timeline in JSON - twitterAll Articles