10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hello,
I'm on a remote computer by SSH. How can I get the output of "cat file" into a file on the local computer?
I cannot use scp, because it's blocked.
something like:
ssh root@remote_maschine "cat /file" > /locale_machine/file
:rolleyes: (2 Replies)
Discussion started by: borsti007
2 Replies
2. Shell Programming and Scripting
I'm using redhat and have an odd issue with a nested ssh call.
ssh -i ~/.ssh/transfer-key -q transfer@fserver1 ]
&& ssh -i ~/.ssh/transfer-key transfer@fserver1 "ssh -i ~/.ssh/sftp-key sftpin@10.0.0.1 ]"
&& ssh -i ~/.ssh/transfer-key transfer@fserver1 "scp -i ~/.ssh/sftp-key /home/S/outbox/*... (2 Replies)
Discussion started by: say170
2 Replies
3. UNIX for Dummies Questions & Answers
Hi Admin
I'm trying to execute on a script which in my production server. The production server has to phase login.
First, we need to login to a Taxi server by opening a putty session from there we need to login to production server. Both servers using same LDAP id so I am able to login with... (7 Replies)
Discussion started by: senthil.ak
7 Replies
4. Shell Programming and Scripting
There is a file on a remote host that I want to read across an ssh tunnel. NOT copy... scp won't work here. And this file requires elevated permissions to read.
'ssh -t remotehost sudo cat /path/to/file' will prompt me for my sudo password and read out the file. But I'm coming up blank for a... (4 Replies)
Discussion started by: jnojr
4 Replies
5. Shell Programming and Scripting
Hello all
I have question regarding the id_dsa keys and authorized_keys file in .ssh directory.
I know if we try to SFTP, id_dsa.pub file on server1 will be verified with contents of authorized_keys on other server and SFTP will happen once verification passes.
No i want to use id_dsa1.pub... (1 Reply)
Discussion started by: vasuarjula
1 Replies
6. Shell Programming and Scripting
My problem solved thanks (0 Replies)
Discussion started by: pinga123
0 Replies
7. UNIX for Advanced & Expert Users
We have tow servers.One Linux server (A) and one unix server (B).
How can i set up so that files can be sftped from A to B.
Please let me know the steps (4 Replies)
Discussion started by: dr46014
4 Replies
8. Shell Programming and Scripting
Dear friends,
i am new to this field, i need help
i want to copy file from ser-a to ser-b but in middle 3 gateway servers are there. how to scp the file from ser-a to ser-b.
Thanx
Regards
tikka (2 Replies)
Discussion started by: tikka123
2 Replies
9. UNIX for Advanced & Expert Users
Hi all...
On all of my solaris servers (5.5.1,5.6,5.7,5.8 and one 5.9) i get this error message:
sshd: fatal: PRNG seedfile //.ssh/prng_seed is not a regular file...
Knowing that i have no way to recompile correctly the sources, how can i fix this problem?
I'm using openssh, openssl, and... (3 Replies)
Discussion started by: penguin-friend
3 Replies
10. UNIX for Advanced & Expert Users
Hi all,
I've just installed egd ssh zlib and ssl on a server:
$ uname -a
SunOS su214tos 5.8 Generic_108528-11 sun4d sparc SUNW,SPARCserver-1000
When i want to execute the /usr/local/sbin/sshd, i get the following:
PRNG is not seeded...
How do i seed the PRNG?
Thanx
Jason (1 Reply)
Discussion started by: penguin-friend
1 Replies