Results 1 to 4 of 4

Thread: Password entry

  1. #1
    Join Date
    Mar 2014
    Beans
    16

    Password entry

    Hi I am using ubuntu 10.04. Now the question is: Is it possible to login through the network after i switced on the pc by using etherwake command.

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas
    Beans
    1,494

    Re: Password entry

    If installed, you can access the machine with the ssh command (ssh user@host). If not already installed you can install it on the server with the command below.

    Code:
    sudo apt-get install openssh-server
    There's a bit more about it on the Ubuntu documentation site.

    https://help.ubuntu.com/10.04/server...sh-server.html

  3. #3
    Join Date
    Mar 2014
    Beans
    16

    Re: Password entry

    Hi, i just waked up my system using etherwake command and i am very far away from that then without logging into system how ssh server works.

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas
    Beans
    1,494

    Re: Password entry

    Quote Originally Posted by mohanbylapudi View Post
    Hi, i just waked up my system using etherwake command and i am very far away from that then without logging into system how ssh server works.
    If the openssh-server package isn't already installed then you won't be able to connect remotely. It must first be installed on the machine.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •