Search query: label/SSH

Enabling/Disabling SSH via vCenter

Enabling/Disabling SSH via vCenter

...SSH) but you can also enable and disable it via the vCenter client. More often than not, after enabling the SSH shell, I walk away ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

Putty Putty Putty & Windows Terminal

Putty Putty Putty & Windows Terminal

...all of your SSH connections so I thought I would update this post with another PuTTY integration that surfaced in the email thread. Jacques gave ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More

Remotely Granting Shell access to Root

...temp VMService account and type su – and the ROOT password. Type nano –w /etc/ssh/sshd_config Find PermitRootLogin no and add # Restart sshd by typing ... Read More