Questions tagged [remote]

"Remote" - the term could refer to resources, access, control, user, presence, etc.

"Remote" could refer to either the network resource availability (e.g. "the user can interrogate the information remotely"), the user access to a network resource (as in "server access authorization through a Remote Desktop Connection/Protocol"), or even the location of the user related to the network accessed ("A Teleworker is allowed to connect remotely on 2 days per week through VPN/Remote Access, if there is a home office space available and all the conditions are met to allow the worker to perform the expected duties remotely").

626 questions
4
votes
4 answers

Backup and disaster recovery debian lenny on remote server

I am new to Linux so I apologize if the questions are stupid. I have a Debian lenny web server complete with MySQL, dovecot, Postfix Apache, PHP5, etc. It runs on a server in a datacenter so I have no physical access to the server. If disaster…
Cudos
  • 539
  • 2
  • 7
  • 18
4
votes
1 answer

Core PowerShell commands missing when remoting into Exchange 2016 configuration

I'm running into an issue where simple commands (Get-Module, for example) are not present when remoting into an Exchange 2016 server. The command I'm running is: Invoke-Command -ConfigurationName Microsoft.Exchange -ConnectionUri…
TravisR
  • 41
  • 3
4
votes
2 answers

Execute Powershell Add-Computer remotely via Invoke-Command

Scenario: When executed locally on the Azure VM, succesfully adds the machine to the AD, and restarts. $DomainName = "test.local" $AdminUserName = "sysadmin" $Password = $SecurePassword = ConvertTo-SecureString $Password -asplaintext…
Razvan Zoitanu
  • 655
  • 1
  • 11
  • 26
4
votes
2 answers

Docker remote access security

Assuming I am running several docker containers on a local server. When I give third parties ssh access to my server, any third party will have control over the docker manager. How can I make sure each remote user has access only to some specific…
learningtech
  • 83
  • 1
  • 7
4
votes
2 answers

How to minimize bandwidth in frequent postgres backup scenario?

I'm looking to make very frequent backup (every hour) of postgres data on several VMs (say 20-50) towards the same archive server. Here are more data if needed: Ideally, the system should support the load of 80 to 200 databases located on all VMs.…
vaab
  • 532
  • 4
  • 14
4
votes
1 answer

Mysql remote connections logging

I need to allow remote connections to my mysql server running on latest stable CentOS. I don't like this idea at all so I want at least to collect as much relevant information as possible. To be exact, I need (want) following: [datetime] 1.2.3.4…
Vyktor
  • 143
  • 1
  • 5
4
votes
2 answers

Allowing Domain Users to run winrm commands

Currently i have a AD/Kerberos Configured on one EC2 instance(Windows 2008 R2) and created couple of users. Each of the users has administrator privileges. When We login as a non-domain Administrator, i can successfully execute the winrm commands.…
Cheezo
  • 223
  • 2
  • 4
  • 8
4
votes
1 answer

How do remote filesystems (nfs ssfhs) handle remote-to-remote copies?

After working with a few large files over sshfs, one question started dwelling in my mind. Suppose I have a sshfs (or NFS for that matter) mount on ~/remodetir and I want to do something like cp ~/remotedir/foo ~/remotedir/some/weird/path/bar Does…
4
votes
4 answers

How to audit security on Remote Employees' PCs?

We have several remote developers who are working on our code and have access to our FTP server. Recently someone copied an infected file to the FTP server and virus spread throughout the whole FTP server. We can't install antivirus on the FTP…
Pajak Leon
  • 153
  • 2
4
votes
6 answers

remotely check amount of RAM on a computer using command line

How would I remotely check the amount of RAM on a computer using command line? (Windows XP and/or windows server 2003)
4
votes
1 answer

Best Practices - Windows 7 Remote Road Warrior Laptop User Permissions

I'm interested in what are considered best practices when setting up laptops for remote users who are never in the office. With UAC in Windows 7, a standard user is significantly limited in what they can do. When you do not want to turn off UAC or…
bendiy
  • 141
  • 3
4
votes
1 answer

Any Integrated Mangement Tools out there? (DRAC, iLO, RAC)

So I have been on the lookout for a master tool to manage all my Integrated management adapters on our servers here. Such as Dell DRAC, HP Integrated Lights-out and IBM's RAC e.g mRemoteNG works great for OS level access, RDP, VNC, SSH etc.. But is…
Darragh
  • 384
  • 2
  • 6
  • 18
4
votes
2 answers

Enable Remote Login (SSH) without GUI on a Mac

I'm having an issue with my Mac where it's freezing on the initial login. How can I enable ssh without going into system preferences, etc.
hfranco
  • 585
  • 2
  • 9
  • 25
4
votes
2 answers

Is my Exim vulnerable to the recent remote exploit (CVE-2011-1764)?

CentOS using yum to update Exim. Exim is configured to not allow remote connections using the local_interfaces config option. My old version was 4.63-5.el5_5.2 and after using: yum update exim it shows: 4.63-5.el5_6.2. I would like to know if this…
user69904
  • 231
  • 3
  • 12
4
votes
6 answers

Any clever way to put a password in an SSH key?

My host uses passwords instead of id_rsa's to SSH in. But instead of typing the password everytime, is there a way to put the password in my .ssh/config ? For example: Host gravy_access Hostname 127.0.0.1 User my_name_is_gravy Password…
Trip
  • 205
  • 4
  • 9