< Back

Remove-SSHTrustedHost

Sat Jan 18, 2020 7:59 pm

NAME Remove-SSHTrustedHost



SYNOPSIS

Removes a given SSH Host from the list of trusted hosts.





SYNTAX

Remove-SSHTrustedHost [-SSHHost] <String> [<CommonParameters>]





DESCRIPTION

Removes a given SSH Host from the list of trusted hosts.





PARAMETERS

-SSHHost <String>

IP Address of FQDN of host to add to trusted list.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS



NOTES









-------------------------- EXAMPLE 1 --------------------------



Remove-SSHTrustedHost -SSHHost 192.168.10.20 -Verbose

VERBOSE: Removing SSH Host 192.168.10.20 from the list of trusted hosts.

VERBOSE: SSH Host has been removed.







RELATED LINKS

Online Version: https://github.com/darkoperator/Posh-SS ... aster/docs