iFocus.Life News News - Breaking News & Top Stories - Latest World, US & Local News,Get the latest news, exclusives, sport, celebrities, showbiz, politics, business and lifestyle from The iFocus.Life,

How to Configure SSH in AIX

104 15
    • 1). Log in to the command line as "tioadmin."

    • 2). Type in the command-line:

      sudo ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa

      Press "Enter."

    • 3). Type:

      cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys

      Press "Enter." Enter your password and press "Enter."

    • 4). Type:

      ssh -v tioadmin@localhost

      Press "Enter."

    • 5). Copy the public key for tioadmin to the servers you will be accessing this computer from later.

    • 6). Type:

      sudo vi /home/thinkcontrol/.ssh/config

      Press "Enter." Type your password and press "Enter."

      Type:

      StrictHostKeyChecking no

      Exit and save.

    • 7). Copy the id_rsa.pub file to whichever external servers you want to use SSH with.

Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time
You might also like on "Technology"

Leave A Reply

Your email address will not be published.