Results 1 to 6 of 6

Thread: ssh and you?

  1. #1
    Join Date
    Feb 2011
    Beans
    8

    ssh and you?

    Right now I just installed open ssh because i was told its a great thing to have for remote controlling my machine if I am at work on my windows system. My question is, how on earth do I acess my machine from my windows machine now that its installed? i did sudo apt-get ssh and thats about all so far...

  2. #2
    Join Date
    Apr 2010
    Beans
    327

    Re: ssh and you?

    Putty is the choice I guess for that.

    I use it now and again for a windows machine.

  3. #3
    Join Date
    Jan 2008
    Beans
    1,336

    Re: ssh and you?

    Start here
    https://help.ubuntu.com/community/SSH

    Make sure to follow the links under the resources section, its important stuff.

    That will get your server setup.

    As for connecting to it from your windows machine I agree about putty

  4. #4
    Join Date
    Feb 2011
    Beans
    8

    Re: ssh and you?

    Thanks a lot for the help guys, got it set up, and I can now connect to it from my work machine. Thanks!

  5. #5
    Join Date
    Mar 2010
    Location
    ρθΦ=000
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ssh and you?

    I don't know if this is still an issue, but DNS lookup for SSH used to make authentication take a very long time, if you notice a delay and don't need DNS, edit the config file and add this line:

    Code:
    gedit /etc/ssh/sshd_config
    add the line

    Code:
    UseDNS no
    at the bottom of the file, save & exit, the restart ssh

    Code:
    sudo service sshd restart

  6. #6
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: ssh and you?

    Use Cygwin if you want to run Linux graphical programs remotely from Windows.

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
  •