Sponsored Content
Operating Systems BSD Can't establish outbound ssh connection on an OpenBSD system Post 303014157 by rbatte1 on Tuesday 6th of March 2018 06:57:26 AM
Old 03-06-2018
So, this is a connection to a public IP address. It could well be one or more of:-
  • There is a firewall at the server side
  • There are PAM rules on the server side to authenticate your client (or proxy) source address. Check https://www.unix.com/what-is-my-ip.php to see what you need to have allowed.
  • There is a NAT or IP tables diverting you elsewhere
  • There is a proxy server either denying access or diverting you somewhere else.


The above list is not exhaustive, but they might give you a start.

A few questions to explore with:-
  • Has this worked from before?
  • Can you test trying to get to it from home?



Robin
This User Gave Thanks to rbatte1 For This Post:
 

8 More Discussions You Might Find Interesting

1. HP-UX

Xterm :Cannot establish a connection to "Server IP" on port 22

Dears, I installed HP-UX Server, when I tried to reach it through Xterm it returns the error like Xrcmd Cannot establish a connection to "Server IP" on port 22 Anyone here to tell me the reason(s) find attached xterm.jpg (3 Replies)
Discussion started by: smartyshan
3 Replies

2. UNIX for Advanced & Expert Users

How keep running a program n an another computer via a connection ssh when the connection is closed?

Hi everybody, I am running a program on a supercomputer via my personal computer through a ssh connection. My program take more than a day to run, so when I left work with my PC I stop the connection with the supercomputer and the program stop. I am wondering if someone know how I can manage... (2 Replies)
Discussion started by: TomTomGre
2 Replies

3. Shell Programming and Scripting

Establish ODBC connection from Linux

Hi All, I want to establish a ODBC connection to a database from linux and query the tables of a database. Please let me know how I can achieve this. Thanks and Regards Nagaraja Akkivalli. (0 Replies)
Discussion started by: Nagaraja Akkiva
0 Replies

4. Red Hat

Connection establish two server

How do make connection between two linux server.Such as SSH,rsync,ftp (3 Replies)
Discussion started by: Mani T
3 Replies

5. Red Hat

Proxy tunneling failed: ForbiddenUnable to establish SSL connection.

Tryied both ways curl and wget wget --no-check-certificate https://mysitet.it:61617 --2017-05-05 17:29:02-- https://mysitet.it:61617/ Connecting to myproxy:8080... connected. Proxy tunneling failed: ForbiddenUnable to establish SSL connection. curl https://mysite.it:61617 curl: (56)... (3 Replies)
Discussion started by: charli1
3 Replies

6. BSD

Connection SSH to remote by ssh

Hello guys! I am setting up a script to access a unix remote server. My problem is that when I put the ssh line "my host", the script does not wait for the server response asking for the password to execute the line in which I put the password, that is, I need to put a form in which script has a... (1 Reply)
Discussion started by: aroucasp
1 Replies

7. UNIX for Beginners Questions & Answers

Ssh script to validate ssh connection to multiple serves with status

Hi, I want to validate ssh connection one after one for multiple servers..... password less keys already setup but now i want to validate if ssh is working fine or not... I have .sh script like below and i have servers.txt contains all the list of servers #/bin/bash for host in $(cat... (3 Replies)
Discussion started by: sreeram4
3 Replies

8. AIX

Unable to establish connection over TLS 1.2 on AIX 7.1/7.2

Hello Team, I would need your help to enable communication over TLS1.2 on AIX 7.1 or 7.2 with IBM JDK 1.8 latest update. By default, the request is trying to establish a connection over TLSv1 even though TLS 1.2 is explicitly enabled on server as well as on Java 8. The openssl command throws... (4 Replies)
Discussion started by: Naina2019
4 Replies
VOMS-PROXY-LIST(1)														VOMS-PROXY-LIST(1)

NAME
voms-proxy-list - Shows a list of all availabel attributes from a specified server SYNOPSIS
voms-proxy-list [options] DESCRIPTION
The voms-proxy-list prints on screen a list of all available attributes from a specified proxy server. OPTIONS
Options may be specified indifferently with either a "-" or "--" prefix. The options from -help to -out are present for compatibility with grid-proxy-init, and have the exact same meaning. The meaning of the other ones is the following. -help Displays usage -version Displays version -debug Enables extra debug output -q Quiet mode, minimal output -verify Verifies certificate to make proxy for -pwstdin Allows passphrase from stdin -cert certfile Non-standard location of user certificate -key keyfile Non-standard location of user key -certdir certdir Non standard location where the trusted CAs certificates are kept. -out proxyfile Location of new proxy cert -voms voms Specifies the VOMS server to contact using the nickname voms. Example : voms-proxy-list --voms myVO -conf file Read options from file. -confile file -userconf file -vomses file Specifies the name of a configuration file from which a list of nicknames is read. The format of the file is the following: nick host port subject vo Where nick is the nickname, host and port are the hostname and port of the server to contact, subject is the subject of the server's certificate, while vo is the name of the VO that owns the server. The default filenames are $PREFIX/etc/vomses and $HOME/.glite/vomses. Moreover, permissions must be 644 if a file is specified, and 755 if a directory is specified The three options are synonyms. -confile and -userconf are deprecated. -vomses should be used instead. -globus version Underlying Globus version. -noregen Use existing proxy to contact the server and to sing the new proxy. -ignorewarn Ignore all warnings. They are not shown to the user. -failonwarn Warnings become failures. The program will translates all warnings into errors and will react accordingly, by returning a fail- ure itself. -list Instead of producing an attribute certificate, this optin will print on screen a list of all attributes available to the user. This is a no-op BUGS
EGEE Bug Tracking Tool: https://savannah.cern.ch/projects/jra1mdw/ SEE ALSO
voms-proxy-list(1), voms-proxy-init(1), voms-proxy-info(1), voms-proxy-destroy(1) EDT Auth Home page: http://grid-auth.infn.it CVSweb: http://datagrid.in2p3.fr/cgi-bin/cvsweb.cgi/Auth/voms RPM repository: http://datagrid.in2p3.fr/distribution/autobuild/i386-rh7.3 AUTHORS
Vincenzo Ciaschini <Vincenzo.Ciaschini@cnaf.infn.it>. Valerio Venturi <Valerio.Venturi@cnaf.infn.it>. COPYRIGHT
Copyright (c) Members of the EGEE Collaboration. 2004. See the beneficiaries list for details on the copyright holders. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at www.apache.org/licenses/LICENSE-2.0: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITH- OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. VOMS-PROXY-LIST(1)
All times are GMT -4. The time now is 05:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy