Skip to content

Small powershell module to list stored ssh connections in ~/.ssh/config

License

Notifications You must be signed in to change notification settings

BenjaVR/posh-ssh-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

posh-ssh-list

Small powershell module to list stored ssh connections in ~/.ssh/config

Install

  • Put the files from this repo (posh-ssh-list folder) in ~\Documents\WindowsPowerShell\posh-ssh-list
  • Add this line to your ~\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 file:

Import-Module -Name $env:USERPROFILE\Documents\WindowsPowerShell\posh-ssh-list\posh-ssh-list.psm1

Now you can use Read-SshConfig to find your stored hosts.

About

Small powershell module to list stored ssh connections in ~/.ssh/config

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published