Windows 10: view users logged in using ssh

Discus and support view users logged in using ssh in Windows 10 Ask Insider to solve the problem; I've been experimenting with using ssh from my phone to log into my laptop. Got it working and it is pretty cool, but how do I tell who is logged in... Discussion in 'Windows 10 Ask Insider' started by /u/the-guz, Jul 15, 2020.

  1. view users logged in using ssh


    I've been experimenting with using ssh from my phone to log into my laptop. Got it working and it is pretty cool, but how do I tell who is logged in via ssh from my laptop? Say I want to log them off or check to see if they are still logged in. I'm using the same user account to log in locally and through through ssh so I only see the one user. No indication if it local or not. If someone's logging into your computer remotely, even if it's yourself, there should be a pretty easy way to check, right?

    submitted by /u/the-guz
    [link] [comments]

    :)
     
    /u/the-guz, Jul 15, 2020
    #1

  2. Log in as ssh user "admin" fails with "unable to generate user token for admin as i am not running as system"

    Thanks Smith.

    Login to Windows 10 works fine. Login to open ssh server running on Windows 10 from remote mac client as user "admin" fails. Login to open ssh server running on Windows 10 from remote mac client as user "administrator" works fine. Open ssh server is logged
    on as user "administrator".
     
    YogeshSingh1, Jul 15, 2020
    #2
  3. Log in as ssh user "admin" fails with "unable to generate user token for admin as i am not running as system"

    Open ssh server on windows 10 is configured to log on as local "Administrator" user. Logging to ssh server as user "administrator" works fine. But logging in as local "admin" user fails with "get_user_token - unable to generate user token for admin as i
    am not running as system".

    User administrator has been granted right to "replace process level token".

    When ssh server is configured to logon as "local system" user, login as both "admin" and administrator user works fine but commands such as "net time" fails with "Access is denied" error.

    admin@UVM-70A3CB5F C:\Users\admin>powershell.exe "& {NET TIME /DOMAIN:test.com /SET /Y; if ($?) {exit 0} else {exit 1}}"

    System error 5 has occurred.



    Access is denied.
     
    YogeshSingh1, Jul 15, 2020
    #3
  4. view users logged in using ssh

    SSH help

    going round in circles. changed password, opened winscp, won't log in. ran ssh user@localhost and got connection refused again.



    The status bar plugin is just to turn SSH on or off
     
    richwhite---01, Jul 15, 2020
    #4
Thema:

view users logged in using ssh

Loading...
  1. view users logged in using ssh - Similar Threads - view users logged

  2. About ssh

    in Windows 10 Network and Sharing
    About ssh: I am using ssh accounts to protect my privacy when i am browsing.Sometimes ssh account disconnects for few seconds and the automatically reconnect again.But even after ssh account disconnected my connection is still alive but not through ssh tunnel.----------1 We know some...
  3. Ssh connection

    in Windows 10 Network and Sharing
    Ssh connection: How could I connect to my PC using ssh if I protect it using pin? What the password must be in that case?If I try to use pin I have the output like this:>>maxim@10.0.1.164's password: >>Permission denied, please try again.If i try to use my microsoft account password result...
  4. Log into user account using admin password

    in AntiVirus, Firewalls and System Security
    Log into user account using admin password: Hello, I would like to ask if it is possible to log somehow into user account by administrator? My problem behind this is when I need to do something on the user account, it is when they are already out of office I do my work mostly after 3 p.m.. Currently in our office...
  5. ssh key

    in Windows 10 Ask Insider
    ssh key: I have a windows pc and i want to ssh into it from my phone with a key so I generated a key in my pc. I used “scp \id_rsa.pub user@ip” command but every time i try to connect to my pc using my private key it ask for a password. Anyone can help me? submitted by /u/ZER0-00...
  6. Using SSH Using Windows Terminal

    in Windows 10 Ask Insider
    Using SSH Using Windows Terminal: Hey Everyone, I made a quick video showing how easy it is to setup a button on Windows Terminal to save SSH sessions. I hope you find it helpful! https://www.youtube.com/watch?v=2xfBpN9fHuM&feature=youtu.be submitted by /u/DevOps-Journey [link] [comments]...
  7. SSH timeout?

    in Windows 10 Ask Insider
    SSH timeout?: [ATTACH] I'm using the console emulator "cmder" What is the built in ssd system for windows 10? https://preview.redd.it/b7awvk4578051.png?width=1151&format=png&auto=webp&s=638a243c765a8981a61e74cf975ef86f94697ca4 submitted by /u/SalvosMachina [link] [comments]...
  8. SSH aliases?

    in Windows 10 Ask Insider
    SSH aliases?: Is there any way to make a config file for host aliases? example: I want to be able to type "ssh linuxmachine" instead of ssh user@ipaddress I tried making a config.txt file in my .ssh user folder that reads: Hosts "linuxmachine" hostname "ipaddress" user "username"...
  9. SSH

    in AntiVirus, Firewalls and System Security
    SSH: Hello everyone.. Am looking some help with my Open SSH Private and Public Key..Windows 10 Professorial. I Enable the ssh run's the Common ssh-keygen and it ask for a password and I did put an Password but now that I need the Public Key to use as the Password and I have no...
  10. Log in as ssh user "admin" fails with "unable to generate user token for admin as i am not...

    in Windows 10 Network and Sharing
    Log in as ssh user "admin" fails with "unable to generate user token for admin as i am not...: Open ssh server on windows 10 is configured to log on as local "Administrator" user. Logging to ssh server as user "administrator" works fine. But logging in as local "admin" user fails with "get_user_token - unable to generate user token for admin as i am not running as...