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:

SSH < user name >@<ip>

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

Ssh-p < 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.

The script reads as follows:

#!/usr/bin/expect-f Set User < username > Set host <IP address > Set Password < password > set timeout-1 spawn ssh [em AIL protected] $host expect "*assword:*" send "$password \ r" Interact expect EOF

Save this script and put it in a directory (this can be based on your actual situation, no special)

Next, this is how to invoke the script.

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.