Tagged Questions
2
votes
2answers
37 views
How to automate connecting to multiple network devices, running a command and saving the output to a file?
I have to run a command on around 1000 network devices and save the output to a file. In a file I have a list of all the network device names that have to be connected to using SSH. I then have to run ...
4
votes
2answers
259 views
Why SSH takes a long time to Connect
I have noticed that some Linux Servers in Network takes long time to connect using ssh.
Situations:: There are two situations I have faced.
1: On some servers some times it takes a long time to ask ...
1
vote
2answers
87 views
How to view Graphical view of Application using ssh [duplicate]
Possible Duplicate:
How to forward X over SSH from Ubuntu machine?
Is it possible that I can view the GUI of application when I pass some command to Redhat linux Server using ssh. Like when ...
0
votes
1answer
96 views
How to copy a folder from remote machine to my system using ssh or any other way
Hi I need to copy a folder of size 885 MB from a remote machine to my system using ssh and port no is 1500
What is the command I can use to accomplish this
path of remote folder is
...
0
votes
3answers
118 views
User's name appears as “bash-3.0” on SSH shell
I am working on a Redhat server and one of the users' names appears as "bash-3.0" on the "SSH Secure Shell Client."
His name is appearing correct under /etc/passwd. How could this happen?
How can I ...
3
votes
4answers
383 views
ssh command unexpectedly continues on other system after ssh terminates
I'm running the below command, and monitoring the output file on the other system:
ssh $ip_address 'for n in 1 2 3 4 5; do sleep 10; echo $n >>/tmp/count; done'
If I kill the ssh command ...
3
votes
1answer
686 views
ssh localhost without password doesn't work on Fedora 14
I performed:
$ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa
$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
then in /etc/ssh/sshd_config changed StrictModes to no and restarted sshd.
And I ...
1
vote
1answer
322 views
X11 Forwarding Problem Netscape
I have the following problem.
A working verbose x11 forward request looks like this:
remote server release: Red Hat Linux release 6.2 (Zoot)
sh-4.1$ ssh -1 -vvv -l username -o "ForwardX11 yes" ...
3
votes
2answers
806 views
System hangs on shutdown/restart - is ssh involved?
If I ssh into my server and do 'shutdown -r now', the shutdown hangs on the message 'Sending processes the KILL signal', and I have to walk into the lab and use the power button to force a shutdown.
...
3
votes
1answer
318 views
SSH getting disrupted intermittently
I have Red Hat Linux Enterprise Edition 5 on my box. Recently I started having issues with my SSH service not keeping my connection and randomly disconnecting my clients.
Ping works perfectly fine, ...