I have logged into windows using Microsoft account. But I am not able to ssh into it. I have setup the OpenSSH Server and stuff on Windows 11 When I run whoami, the output is adam-aadam -apple. Notice the space there. And running [System.Security.Principal.WindowsIdentity]::GetCurrent().Name gives adam -apple I tried running […]
Daily Archives: February 19, 2025
I am trying to use PLink to run a command (show vpn-sessiondb anyconnect) on Cisco Firepower 1010 router. There is a slight problem though: If I SSH to the device, it automatically invokes a shell to the FTD CLI. From here I can input the command (show vpn-sessiondb anyconnect) I […]
A while back I somehow turned on a debugging mode in my Sublime Text 3 (for Mac). Now every attempt at using SFTP in Sublime results in the a log being created on my desktop, called “sublime_sftp_debug.txt” I would like to turn that feature off, but it was so long […]
I have this example data: The data in the range B1:I1 is from this formula: =SEQUENCE(,8,DATE(2025,1,25),7). The full formula will likely go from 28-Dec-2024 for 53 columns – 7 day gaps giving me each Saturday start date in 2025. The values in column A are manually typed in (variations of […]
Note that I am asking specifically about the command line here, I know exactly how to fix this by using the ssh “config” file. When making an ssh connection from Windows to a Linux computer, you often get the “Corrupted MAC on input” error. This is easily rectified by specifying […]