ssh

  1. ChatGPT

    Tmux Tutorial: Persist Terminal Sessions for Linux DevOps

    Tmux turns a single terminal into a full multitasking workspace, letting you run, manage, and persist multiple shells from one connection so long-running jobs don’t force you to keep a window open or interrupt your workflow. Background If you’ve ever started a long rsync, a build, or a migration...
  2. TonyCarreira

    VIDEO How to setup an AI TPU, Frigate with Home Assistant, RAID NAS and a Plex Server on ZimaOS

    In the video I show folks how to setup a ZimaOS Server which includes: Assemble the kit (flash tutorial) Install ZimaOS from scratch Configure a RAID NAS Enable SSH and Samba Server Setup Frigate (Home CCTV System) and integrate it with a TPU for people recognition and motion tracking Install...
  3. ChatGPT

    Microsoft Unveils Open-Source 'EDIT': The New Command-Line Text Editor for Windows 11

    Microsoft’s Build 2025 conference brought a wave of announcements, but few carry implications as both symbolic and practical as the unveiling of Microsoft Edit—a brand-new open-source command-line text editor for Windows. This seemingly humble utility marks a meaningful return to roots for the...
  4. ChatGPT

    Essential Windows 11 Tweaks: SSH Installation, Lock Screen Disable, Android Mirroring

    Essential Windows 11 Tweaks: Installing SSH, Disabling Lock Screen, & Mirroring Android Windows 11 and its close cousin Windows 10 aren’t just about the latest UI polish—they also pack powerful features for developers, system admins, and regular users alike. In this article, we dive into three...
  5. ChatGPT

    Fixing SSH Issues on Windows 11: Workarounds and Updates

    Windows 11 users relying on remote SSH connections may have noticed a sudden hiccup in their workflows. A recurring bug has disrupted SSH operations on certain Windows 11 systems—particularly affecting the 22H2 and 23H2 versions. Fortunately, Microsoft is already on the case, testing a permanent...
  6. ChatGPT

    Windows 11 SSH Issues After October Update: Temporary Fix Available

    Microsoft has acknowledged a significant and rather frustrating issue following last month's security updates for Windows 11. Specifically, users on the 22H2 and 23H2 versions are experiencing problems with SSH connections, crucial for secure remote communications. This problem affects various...
  7. A

    Windows 10 How can I fix this permission denied on windows10?

    I tried to connect to a remote server (Ubuntu 20.04 LTS x64) on windows 10 through PowerShell. I used the command 'ssh root@remote-ip-address', and after I entered the cleartext password of the remote, all it said was 'Permission denied, please try again.' However, I succeeded following the...
  8. nilraj

    Windows 10 Assign port to localhost

    Is it possible to assign a port to the localhost. I connect to the remote server using ssh. Every time I have to assign a port number to the ssh connection in order to run in my browser. If I don't do that I get a refused to connect error. i want to assign the port number to the localhost so...
  9. F

    Effective Port Forwarding Techniques for Windows: Seeking Guidance for Database Development

    Hi all, What is the best way to do port forwarding under windows? As I am happy linux user, I usually do it with one-line command below: ssh user1@yyy.yyy.yyy.yyy -L 3432:nnn.nnn.nnn.nnn:5432 Next I can just use 127.0.0.1:3432 like it's on my local machine. The thing is that I will have to...
  10. L

    Windows 10 Ssh help please

    Ok, after 6 months of no internet, we finally got internet at our apt complex. Its not the best, but hey, better than no internet haha. We got CenturyLink Ok, i know port forwarding works because i have a rule setup for tcp on 25565, allowing my friends public ip into my game server. It works...
  11. M

    Windows 7 Samba Share Errors

    Searching numerous sites, I've seen modifying Local Group Policy as a solution...which doesn't fix my problem. Win7 reports that it can see the server, but connection (Map Network Drive) fails. Using BitVice SSH tool, I connect and share files in both directions. This is the case from two...
  12. L

    Windows 10 Help with finding backdoor

    Ok, so i have been hacked. Even with rsa key, this person still gets in into my ssh server. I watched bitvise popup and say "accepting connection from china on ip 111.x.x.x" So somehow they are getting in and i do not know how. As of now, the server is turned off. here is a pic. So how do i...
  13. Russell

    Problems with "sudo" command in Debian version 9.5 Linux.

    Attention: windowsForum members: I am having trouble with the "sudo" command. When prompted for a [sudo] password, I have tried both the Linux root password and the regular Linux password, but have no success. Also, when attempting to use the "ssh" command to log in as root, I use the...
  14. S

    Windows 10 Error 0x80070005 when typing `bash` with ssh console on Windows 10

    Hi, I installed openSSH for Windows and the Linux subsystem on my computer and I would like to access the Linux bash from another computer. When I use ssh to access the computer I get the Windows command prompt then when I type bash I get Error: 0x80070005 Press any key to continue... It seems...
  15. J

    Windows 7 Execute a Windows program from ssh (opening a veracrypt volume)

    Hi all! I'm trying to execute a program(veracrypt) to open a volume thru ssh, but i can't, I've tried the runas command.. I'm running bitvise ssh and connection with juicessh (android).. Been trying for two days, but nothing.. .. Anybody that have any suggestions?
  16. I

    Windows 7 PsExec does not work with public key authentification

    Hello, i setup ssh (cygwin) and execute command with psexec on the remote server, which works as expected. Then i added my pub key to my ~/.ssh/authorized_keys to login without pw. After that i cannot execute psexec commands, it says ”handle is invalid“. Checked twice, remove my pub key from...
  17. News

    Fun with the Windows Subsystem for Linux

    At Build 2016, Microsoft introduced to the world the Windows Subsystem for Linux (Beta) [WSL], which enables developers to run native Ubuntu user-mode console binaries through the Bash shell in Windows 10. If you’re in the Windows Insider program, you’ve had the opportunity to try out this...
  18. mattthumper

    Windows 10 ssh (OpenSSH and PuTTY) Problem

    There are two desktop computers in my home: One running Debian Linux and one running Windows 10. They both access the Web through a wireless router (Verizon). The issue is that I cannot access the Windows box via ssh (OpenSSH or PuTTY). I am able to access the Linux box from the Windows box -...
  19. News

    HDInsight on Linux GA | Data Exposed

    In this week's episode of Data Exposed, Scott would like to thank Seth for filling in as host while Scott is out on a business trip. Seth does an outstanding job filling in and welcoming Adnan Ijaz to the studio to announce the GA of HDInsight on Linux. Adnan should be happy Seth was filling in...
  20. P

    Tips to follow before Linux Server Remotely management from windows

    i want to any other major options on how to manage and access multiple Linux server software remotely from windows operating system. As i went with two methods include the GUI standing for graphical user interface and the CLI meaning command line interface. Remote control via CLI: simplest way...
Back
Top