Find the answer to your Linux question:
Results 1 to 5 of 5
I'm setting up a linux server at the office... Now, I want to be able to SSH into it from Putty (from with Windoze machine at home) and be able ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    59

    SSH from Putty?

    I'm setting up a linux server at the office... Now, I want to be able to SSH into it from Putty (from with Windoze machine at home) and be able to make modifications, etc.

    How do I set things up so I can SSH into the box?

    Thanks!

  2. #2
    Just Joined!
    Join Date
    Jul 2009
    Posts
    24
    Does the server itself have a static IP address or is it a shared IP address with other systems?

  3. #3
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    You seem to be familiar with Linux so.... Open Putty and pretend you are accessing a Linux machine from another Linux machine via ssh.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  4. #4
    Just Joined!
    Join Date
    Jan 2011
    Posts
    59
    Quote Originally Posted by Dapper Dan View Post
    You seem to be familiar with Linux so.... Open Putty and pretend you are accessing a Linux machine from another Linux machine via ssh.
    lol, I'm actually not that familiar at all unfortunately...

    So basically, can I just open Putty and SSH into a machine without having to explicitly set anything up? E.g. for Remote Desktop in Windows to work, you need to configure the machine to allow RD connections.

    DeadBeet: Right now it's a dynamic IP (through DHCP, from the ISP)... But I COULD ask the ISP for a static IP.

    Is it as simple as knowing the IP then just typing into putty to SSH into it?

  5. #5
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Quote Originally Posted by phpguy View Post
    So basically, can I just open Putty and SSH into a machine without having to explicitly set anything up?
    As long as the server is running as an ssh server, and you have the ssh port (default is 22) clear on both machines and any routers (might need to forward ssh on the server end if there is a router involved), yes. That's what Putty is made to do. When the Putty utility comes up, configure it to connect with your server: server@ip_address. When connected, it will ask for the server password. Once "in" configure away from the command line.
    E.g. for Remote Desktop in Windows to work, you need to configure the machine to allow RD connections.
    Are you wanting a remote desktop from the Linux machine back to Windows? Then your best bet is to use VNC. If you only need to see a particular app or utility, you can forward X through Putty back to Windows. There is a way to configure this in Putty but be aware what comes back will be slow since it's over a remote ssh connection. It is handy though and I've had to do this from time to time.
    Is it as simple as knowing the IP then just typing into putty to SSH into it?
    Yep.
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

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