Posts tagged Remote
SSH as a different user on remote linux box
Jul 18th
Scenario:
You are sat at a linux box (ubuntu, fedora, suse etc) and want to ssh into another linux box (probably your webserver). By default typing ssh remote-domain.com will attempt to log you in as the user you are currently logged in as. However, you may want to log into the remote machine as someone else.
Short answer:
in a linux terminal enter
ssh user@remote.com
Long answer:
More >
Enable concurrent remote desktop connections in windows 7
Jan 11th
We have 1 main pc in our house which holds all the data and applications. A number of older laptops and desktops then use Remote Desktop Connection to connect to the main pc. The problem of course is that windows xp, vista and 7 have only allowed 1 user to be connected to a pc at once. This sucks and in light of Linux competition should have been fixed by now. To get this sort of functionality in windows you need to use a server edition.
However, this can be patched to allow as many people as you like to connect to different user account on the same PC at the same time… hence Concurrent RDP.
To achieve this download this file which will work with Windows 7 Professional.
More >