LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-10-2009, 03:41 AM   #1
vovo
LQ Newbie
 
Registered: Jan 2009
Posts: 12

Rep: Reputation: 0
urgent


I need to copy data from machine A and run it on machine B. On machine A i am using Vasp to run my jobs and its not a linux machine.
 
Old 08-10-2009, 03:54 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
urgent
It's only urgent for you
Quote:
LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback
Try to use the correct forum, and try to use a title to discribe your problem.
 
Old 08-10-2009, 10:34 AM   #3
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,600

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
Moved: This thread is more suitable in Linux - Newbie and has been moved accordingly to help your thread/question get the exposure it deserves.

--jeremy
 
Old 08-10-2009, 10:40 AM   #4
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
vovo,

What do you have, what do you want to happen, how far have you tried doing it, what are the systems you have, what is the medium you'd use in copying?

unless you will furnish the forum with answers to these questions chance is you won't receive any help from anyone who doesn't understand your problem.

also, when posting, give an intelligible title to give fair background to helping viewers.

hope this helps.
 
Old 08-10-2009, 02:18 PM   #5
vovo
LQ Newbie
 
Registered: Jan 2009
Posts: 12

Original Poster
Rep: Reputation: 0
i have installed putty on a Windows machine, i can access my linux machine using ssh, i can also use winscp to copy files from linux machine to windows whilst on windows,if i use ssh IP address of the machine not on linux i seem not able. i also want to know how i can install putty on my linux machine
 
Old 08-10-2009, 02:22 PM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,608

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by vovo View Post
i have installed putty on a Windows machine, i can access my linux machine using ssh, i can also use winscp to copy files from linux machine to windows whilst on windows,if i use ssh IP address of the machine not on linux i seem not able. i also want to know how i can install putty on my linux machine
To answer your last question first, you can't install putty on Linux. Putty is Windows software, and won't work with Linux, anymore than Mac software will. Also, you don't need it...you've got several SSH clients available to you, that come with Linux.

Not sure what you mean by this:
Quote:
whilst on windows,if i use ssh IP address of the machine not on linux i seem not able.
"seem not able" to what? SSH IP address of the machine not on linux? Which one is that, a third machine, or are you trying to SSH from Windows TO Windows?
 
Old 08-10-2009, 02:26 PM   #7
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by TB0ne View Post
To answer your last question first, you can't install putty on Linux. Putty is Windows software, and won't work with Linux, anymore than Mac software will.
This is not strictly true. Whilst it's most commonly used on Windows, there is a Unix version available at http://www.chiark.greenend.org.uk/~s.../download.html.
Quote:
Also, you don't need it...you've got several SSH clients available to you, that come with Linux.
I'm with you on that though, the incorporated shells outperform putty in most situations.
 
Old 08-10-2009, 03:41 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,608

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by pwc101 View Post
This is not strictly true. Whilst it's most commonly used on Windows, there is a Unix version available at http://www.chiark.greenend.org.uk/~s.../download.html
Wow....I didn't know that existed. Learn something new every day, but I would've NEVER looked for it, though! So many options under Linux as is..
 
Old 08-10-2009, 03:52 PM   #9
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,

Quote:
Originally Posted by vovo View Post
i have installed putty on a Windows machine, i can access my linux machine using ssh, i can also use winscp to copy files from linux machine to windows whilst on windows,
So you can communicate via putty with your Linux machine. Thus the link allows you to secure copy files using 'winscp'. So what's the problem you are having with this?

Quote:
Originally Posted by vovo View Post
if i use ssh IP address of the machine not on linux i seem not able.
This sentence has me baffled. You are trying to secure shell with another OS? Does that OS support secure shell?

Quote:
Originally Posted by vovo View Post
i also want to know how i can install putty on my linux machine
Yes, already provided by pwc101 in post #7.

It does seem that English is hard for you. But you could make a effort to compose for understanding by not omitting information.
 
Old 08-11-2009, 05:22 AM   #10
vovo
LQ Newbie
 
Registered: Jan 2009
Posts: 12

Original Poster
Rep: Reputation: 0
urgent

Quote:
Originally Posted by TB0ne View Post
To answer your last question first, you can't install putty on Linux. Putty is Windows software, and won't work with Linux, anymore than Mac software will. Also, you don't need it...you've got several SSH clients available to you, that come with Linux.


Where can I find those ssh clients?
Not sure what you mean by this:


"seem not able" to what? SSH IP address of the machine not on linux? when i ssh my 3rd machine on putty(in windows) i seem not to access the machine not on linux.



I am trying to ssh from windows(using putty) a linux machineA , then copy whats on linux machineA and run it on another linux machineB without having to winscp my files.



or login into my linux machineA, ssh my windows machine and cp or scp data and run it on my linux machineB .....
That is it.

Which one is that, a third machine, or are you trying to SSH from Windows TO Windows?

ssh from windows to linux1 and linux2 or ssh from linux 1 to windows then linux2
 
Old 08-11-2009, 05:32 AM   #11
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Now you say you ssh from windows to linux and use scp. Do you want to now ssh from this linux machine to another? Then you can do that without any putty installed. There are a lot of ssh clients built in.
Once you have ssh'ed from windows to linux, you should get the shell for linux machine on putty. Now there on linux shell type

ssh user@ip_of_linux2

This should do it. No need for putty.
 
Old 08-11-2009, 06:08 AM   #12
dezza
Member
 
Registered: Nov 2004
Location: Denmark
Distribution: ArchLinux, Debian, Gentoo, Ubuntu, VoidLinux
Posts: 133

Rep: Reputation: 18
Important!
 
Old 09-12-2009, 06:35 AM   #13
vovo
LQ Newbie
 
Registered: Jan 2009
Posts: 12

Original Poster
Rep: Reputation: 0
no route to host

my machine keeps on giving me the message " no route to host" after trying to connect (ssh). I wanna know, what this means, does it mean the sever is down....or the machine got disconnected?

Also is it possible for me to connect it again and how?
Or get the server running again?
 
Old 09-12-2009, 09:49 AM   #14
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,608

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by vovo View Post
my machine keeps on giving me the message " no route to host" after trying to connect (ssh). I wanna know, what this means, does it mean the sever is down....or the machine got disconnected?

Also is it possible for me to connect it again and how?
Or get the server running again?
It means either the network link is down, or the machine is down. So fix the network connection, or get the other machine working. Have you looked at or checked anything????

And when you fix things, you can connect as you always did. And please open a new thread for a new question....
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
boot sector and lilo collapse !!!!! URGENT URGENT URGEN !!!!! frelihm Linux - Software 21 12-02-2009 10:21 AM
Urgent Question Regarding Urgent Questions! Need Help Now! Crashed_Again LQ Suggestions & Feedback 11 10-17-2007 08:07 PM
Urgent Urgent !!!! Mozilla Keeps All Your Deleted Emails !!!! odin123 Linux - Software 2 01-31-2004 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration