Secure Shell - a network protocol for exchanging data throughout secure channel with most common uses of remote command execution (remote shell/console) and file transfer.
-2
votes
0answers
9 views
Remote Development using XCode locally
[Thins link][1]
[1]: https://www.youtube.com/watch?v=AbLBjLGxcNo Remote Development using XCode locally but it use ssh command if there any way to make access to my project use repository without ...
-1
votes
1answer
11 views
SSH tunnel from linux (ubuntu) to windows
I want to make SSH tunnel from my ubuntu to my PC (Windows 7) and i found this instruction for installing openSSH in windows.I could connect successfully but when enter
$ssh -D 8080 [user]@[ip]i could ...
0
votes
0answers
4 views
Orte error when using Open MPI, any idea what is going on?
I am working on Mac OSX and using bash as my shell. I have been working for the past few hours trying to get the simplest of code to run using Open MPI on multiple computers. After fiddling with ...
0
votes
1answer
19 views
Java SSH Connection: Getting an empty exception
I'm using the following code to make an SSH connection and download a file to the SSH server through curl. It gives me an exception without a message. Not really sure what to do at this point.
try{
...
0
votes
1answer
16 views
AWS EC2 Connection closed by when trying ssh into instance
recently I set up a new EC2 instance. The next day I was not able to connect to my instance via ssh. I could connect and disconnect the day before, I swear I did nothing. here is ssh debug info:
ssh ...
0
votes
2answers
23 views
How do I send commands from a Windows GUI to a Linux machine over the network?
Some Background -
I have written a C program on the TS-7800 (running Debian Linux) which I access through Putty. The program is essentially in charge of controlling DAC/ADC's in order to modify the ...
-3
votes
0answers
19 views
SSh login error.! [closed]
Okay so I have a system with ssh-server running on it, and I want to access it from outside my Home network.
I have a broadband connection and have divided the connection in my home through a router.
...
0
votes
0answers
6 views
Sending SSH shell commands with Apache SSHD
I am trying to send commands to an SSH shell using the Apache SSHD library. I have read the JavaDoc; but it is so sparse that I am having trouble understanding how to use the library.
I'm sorry I ...
0
votes
1answer
15 views
Set SSH Identities In Bashrc
I have a .bashrc file to start my ssh agent (taken from here).
Whenever I start my machine I keep having to add my identities to it (using ssh-add ~/.ssh my_private key).
Not knowing bash scripting ...
0
votes
2answers
21 views
Is there a Configuration Software for Linux Servers on the market?
I'm currently working on a Linux (Web-) Server configuration tool, which will allow you to easily manage all Your server-configurations in an graphical intuitive solution.
My tool is written in c# ...
1
vote
1answer
39 views
How to open a bash/ssh session in shell script and run commands in the remote session?
I try to do the following in a shell script:
bash;
in the bash context:
run ./a.out
And In ./a.out context I need to simulate keystorkes:
yes
3292
no
How can I do it? All my tries failed ...
-1
votes
1answer
21 views
AWS EC2: How to REGENERATE the “.pem” file from an Instance? [closed]
I have Linux instance on EC2 and i lost the ".pem" file. So now i can NOT access to my instance through SSH anymore from my terminal.
How do i regenerate the ".pem" file from AWS EC2 panel?
0
votes
0answers
18 views
how to script commands that will be executed on a device connected via ssh?
So, I've established a connection via ssh to a remote machine; and now what I would like to do is to execute few commands, grab some files and copy them back to my host machine.
I am aware that I can ...
0
votes
0answers
17 views
set GNU screen background color [migrated]
I would like screen to change the background color of the terminal (xterm) when started.
I want to have a quick way of determining whether I am in screen or not. I often work over shh and it often ...
-1
votes
1answer
28 views
I have 120 linux serves and I want to run a script on my local workstation and return the output to a log file on my local worksation [closed]
I want to ssh in to 120 linux server cat the /etc/passwd and run some other commands. I want all output from the remote server to be appended to one file on my local work station. I have a file list ...