Results 1 to 2 of 2

Thread: Terminal in... syntax

  1. #1
    Join Date
    Jan 2008
    Location
    Calgary, Canada
    Beans
    92
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Terminal in... syntax

    If I am trying to terminal into an environment with a set of static IP addresses internally, what is the syntax to pick an internal, static IP address? How do I hit the correct machine?

    I just use ssh xxx.xxx.xxx.xxx to intially get in.

  2. #2
    Join Date
    Aug 2009
    Location
    MN, USA
    Beans
    95
    Distro
    Ubuntu 15.10 Wily Werewolf

    Re: Terminal in... syntax

    If you're using ssh you need to login as a user as well. What you need is:

    ssh username@host

    The username is the user on the remote machine. The host can be the host name or an ip.

    If you have a firewall enabled, you will need to ensure that the firewall allows ssh on both machines.

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
  •