Using SSH to access Linux under ITerm2

Source: Internet
Author: User

Typically, ITERM2 accesses remote Linux using SSH, as is the case with Termial, as follows:

< User name >@<IP>

Then enter the access password. Of course, there are times when you need to specify access ports.

< Port number > < User name >@<IP address >

If the operation under ITerm2 is the same as the termial, what do I do with it?

Of course ITerm2 has its own features, which are used here is the function of profiles.

We write the relevant content of the remote access as a script and then call it in the profile.

$ cd/users/changbingbing/nonobank/ssh/$ Touch filename

The script reads as follows:

  #!/usr/bin/expect-f  < username ><  IP  address >  < password > set    Timeout-1   spawn ssh [email protected] $host  expect "*assword:*"  send "$password \ r"  interact  expect EOF

Next, this is how to invoke the script.

Use the command:

< the full path of the saved script >

Save it.

The next step is how to use it. The use of the method is also very simple, after opening ITerm2, select the menu profiles under Custom profiles can be.

Using SSH to access Linux under ITerm2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.