Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 593181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:49:06+00:00 2026-05-13T15:49:06+00:00

$SSH_CLIENT has IP address with some port info, and echo $SSH_CLIENT gives me ‘10.0.40.177

  • 0

$SSH_CLIENT has IP address with some port info, and echo $SSH_CLIENT gives me ‘10.0.40.177 52335 22’, and Running


if [ -n "$SSH_CONNECTION" ] ;
then
for i in $SSH_CLIENT
do
echo $i
done
fi

gives me

  • 10.0.40.177
  • 52335
  • 22

And I see the first element is the IP address.

Q : How can I get the first element of $SSH_CLIENT?
${SSH_CLIENT[0]} doesn’t work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:49:07+00:00Added an answer on May 13, 2026 at 3:49 pm
    sshvars=($SSH_CLIENT)
    echo "${sshvars[0]}"
    

    or:

    echo "${SSH_CLIENT%% *}"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My company has an internal Linux server running PHP with an application that displays
When I call the connect function of the Paramiko SSHClient class, it outputs some
Trying to setup an SSH server on Windows Server 2003. What are some good
Fabric displays Disconnecting from username@server... done. for almost 2 minutes prior to showing a
I am having some difficulties with a git client written in java. I am
This issue has been bugging me for the past several days. I've been working
At my workplace, the traffic blocker/firewall has been getting progressively worse. I can't connect
So I have some specific environment (like linux os based phone) so I have
I have a very annoying problem that has left me scratching me head when
I have a local development machine which has started to give me the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.