Public/func_Export-SSHServer.ps1

function Export-SSHServer {
    param (

    )
    return ConvertTo-Json $(Get-SSHServersFile)    
}