Connection establish two server

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Connection establish two server
# 1  
Old 11-08-2016
Connection establish two server

How do make connection between two linux server.Such as SSH,rsync,ftp

Last edited by Don Cragun; 11-08-2016 at 02:46 AM.. Reason: Fix ICODE tags.
# 2  
Old 11-08-2016
This is quite a basic question. Where do you want to start - at the network's physical layer?
This User Gave Thanks to RudiC For This Post:
# 3  
Old 11-11-2016
I am trying to connect server2 from server1, then i am not able to do.
Code:
ssh server2

then I am getting error msg. Could you please tell the steps for resolve this

Last edited by rbatte1; 11-14-2016 at 06:27 AM.. Reason: Added CODE tags and removed unrecognised EXAMPLE tags
# 4  
Old 11-11-2016
It always helps to post as much meaningful background info as possible lest painful to and fro quizzes be necessary.

- What is the error message?
- Is the ssh package installed on your server 1?
- Does sshd run on server2?
- Is ssh configured correctly on both ends?
- What authentication method do you use?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. BSD

Can't establish outbound ssh connection on an OpenBSD system

I am getting the below error when I try to make outbound ssh from an OpenBSD system. I can't ssh to any host except the localhost. I can ping the hosts which I can't ssh, though.~ uname -rs OpenBSD 6.1 ~ ssh -V OpenSSH_7.5, LibreSSL 2.5.2 ~ ssh hostname ssh: connect to host hostname... (11 Replies)
Discussion started by: milhan
11 Replies

3. 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

4. Shell Programming and Scripting

Connection to diferent server

Hello I'm conecting in server1 and I need connect to server2(other). I need doing that becouse I need run a lot bach of diferent serverX. I explain better: Connectionn server1 ## I need that all the step exit for xxx.txt of the server1 - run xxxx.sh - Conection server2 - su -... (1 Reply)
Discussion started by: bsebastian
1 Replies

5. 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

6. UNIX for Dummies Questions & Answers

sftp connection to the same server(from same server)

Hi, After logging in to a server, Can I open a new sftp connection to the same server from the same server itself. Does it have any connection issues/limitations for ports etc. and can I copy/move files using the new sftp connection in the same server. Do we have any limitations of opening new... (1 Reply)
Discussion started by: Mathews567
1 Replies

7. Solaris

Solaris 10 ftp connection problem (connection refused, connection timed out)

Hi everyone, I am hoping anyone of you could help me in this weird problem we have in 1 of our Solaris 10 servers. Lately, we have been having some ftp problems in this server. Though it can ping any server within the network, it seems that it can only ftp to a select few. For most servers, the... (4 Replies)
Discussion started by: labdakos
4 Replies

8. Solaris

sun server connection

Hi, i'm really sorry to disturb you all, but i do need assistance. i am supposed to get a sun server up and running, and i dont have the slightest idea what to do. This is my first time with a sun server. On the rack, there is an e4500, d1000, 2 a5200's . there is also a netra t 1400, but its... (3 Replies)
Discussion started by: kehindedare
3 Replies

9. 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
Login or Register to Ask a Question