Search
 
SCRIPT & CODE EXAMPLE
 

HTML

posh-ssh key authentication

$ComputerName = "foo.bar"
$UserName = "root"
$KeyFile = "C:key.pem"
$nopasswd = new-object System.Security.SecureString
$Crendtial = New-Object System.Management.Automation.PSCredential ($UserName, $nopasswd)

New-SSHSession -ComputerName $ComputerName -Credential $Crendtial -KeyFile $KeyFile
Comment

PREVIOUS NEXT
Code Example
Html :: angular mattooltip conditional formatting 
Html :: Improve performance and prevent security vulnerabilities for external links 
Html :: why html 
Html :: how to create a link within an image in htm; 
Html :: html how to create a box in the middle of a image 
Html :: bootstrap centred modal 
Html :: block iframe pubblicity 
Html :: what is base_body.html in open edx 
Html :: Representing the transition on image 
Html :: html insert html snippets 
Html :: how to display java code in html 
Html :: box icon how to use in html 
Html :: how to make a dropdown menu in osu forum 
Html :: html form meta data for image encryption 
Html :: coding html ide online 
Html :: html character encoding examples 
Html :: how to add video as background in html 
Html :: cuales son los elementos bloque y los elementos linea html 
Html :: html <small 
Css :: placeholder font size css 
Css :: css center elment screen 
Css :: button css shadow 
Css :: css text auto break line 
Css :: why is my footer not at the bottom html 
Css :: nowrap css 
Css :: input form shadow active bootstrap 
Css :: How to prevent text overflow 
Css :: css ellipsis max width 
Css :: italic css 
Css :: css if screen size less than 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =