Questions tagged [remote]

Working through the network with files, programs, etc., that are stored on a distinct machine from the original host.

The ability to get access to a computer or a network from a remote distance. In corporations, people at branch offices, telecommuters, and people who are travelling may need access to the corporation's network.

682 questions
60
votes
1 answer

Exactly what does rpcbind do?

According to the documentation: The rpcbind[3] utility maps RPC services to the ports on which they listen. RPC processes notify rpcbind when they start, registering the ports they are listening on and the RPC program numbers they expect to …
SivaDotRender
  • 1,207
  • 2
  • 13
  • 13
3
votes
3 answers

Job server with web/email interface to run remote commands

I'm looking for a solution to run remote commands for my Linux server. Unfortunately I cannot use SSH just only HTTPS (corporate firewall blocks everything different from HTTP/HTTPS on 80/443 ports). I tried a web shell over HTTPS but it is not…
ternyk
  • 131
3
votes
5 answers

How to access my linux user account from different computer?

I have a linux user account in my school computer, but something I'm unable to finish the projects in class, and I was wondering if there was a way to access my linux account from school in my personal computer.
Silfrede
  • 179
2
votes
2 answers

How to run client script on on remote host and get results to the client

How to run script residing on the client on a remote host and get results back to the client in one go.
Ram
  • 29
0
votes
1 answer

Executing a shell on remote unix server through jumphost from local machine

I would like to excute a shell script on a remote unix server. Now, I dont have direct connectivity to this server. I must go through jumphost which is also unix box. I want to make a batch file which execute the script on the remote server in one…