Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
The "Remote desktop viewer" program that comes with C7 is not reliable for me. I frequently have multiple long running RDP sessions and the keyboard will stop responding. The only way I can find to get it started again is to restart the program and login to the servers again.
In addition, I cannot find a way to make copy and paste work.
On the plus side, I like the way Remote desktop viewer displays the desktops in tabs.
Suggestions?
Regards,
On 06/21/2017 11:22 AM, me@tdiehl.org wrote:
Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
KRDC? I'm pretty sure KRDC works fine in C7. (Though, I never use CentOS as a desktop, so YMMV.)
On Wed, June 21, 2017 10:24 am, Mark Haney wrote:
On 06/21/2017 11:22 AM, me@tdiehl.org wrote:
Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
I used rdesktop on CentOS and on maemo (which is clone of clone of Debian) handheld for quite some time, and it is still available on CentOS 7 (via either base or epel yum repository) - I just checked and it works on CentOS 7 the same way as it did on earlier CentOS systems.
I hope, this helps.
Valeri
KRDC? I'm pretty sure KRDC works fine in C7. (Though, I never use CentOS as a desktop, so YMMV.)
-- Mark Haney Network Engineer at NeoNova 919-460-3330 option 1 mark.haney@neonova.net www.neonova.net
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++
Itamar Reis Peixoto wrote:
On 2017-06-21 01:12 PM, Valeri Galtsev wrote:
On Wed, June 21, 2017 10:24 am, Mark Haney wrote:
On 06/21/2017 11:22 AM, me@tdiehl.org wrote:
Does anyone know of a good program for doing RDP to windows servers on C-7?
have you tried xfreerdp ?
I'll second this - it's what I use on my C7 workstation to access the couple of WinDoze servers. Under C6, I was using rdesktop, then found xfreedp, and changed. One thing that annoyed me, at least under 6, was that after I logged off the Windoze box, one of my 8 xterms, randomly, would crash. NOT the one I started rdesktop from, but another.
mark
On Wed, 21 Jun 2017, Itamar Reis Peixoto wrote:
On 2017-06-21 01:12 PM, Valeri Galtsev wrote:
On Wed, June 21, 2017 10:24 am, Mark Haney wrote:
On 06/21/2017 11:22 AM, me@tdiehl.org wrote:
Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
have you tried xfreerdp ?
I started playing with it yesterday but the problem I have is I cannot get it to prompt for a password unless I start it from a terminal. That is a non-starter for me.
I need something I can run from <alt><f2> and be able to connect.
Regards,
I started playing with it yesterday but the problem I have is I cannot get it to prompt for a password unless I start it from a terminal. That is a non-starter for me.
I need something I can run from <alt><f2> and be able to connect.
Regards,
have you tried something like that in <alt><f2>
xfreerdp /u:USER /p:PASSWORD /w:1200 /h:600 /v:SERVER-ADDRESS
On Thu, 22 Jun 2017, Itamar Reis Peixoto wrote:
I started playing with it yesterday but the problem I have is I cannot get it to prompt for a password unless I start it from a terminal. That is a non-starter for me.
I need something I can run from <alt><f2> and be able to connect.
Regards,
have you tried something like that in <alt><f2>
xfreerdp /u:USER /p:PASSWORD /w:1200 /h:600 /v:SERVER-ADDRESS
Yes, I have. The problem is it leaves the unencrypted passwords in my history. Other than that, Xfreerdp seems to work fine.
Regards,
El 22/6/17 a las 18:58, me@tdiehl.org escribió:
On Thu, 22 Jun 2017, Itamar Reis Peixoto wrote:
Yes, I have. The problem is it leaves the unencrypted passwords in my history. Other than that, Xfreerdp seems to work fine.
Regards,
See first answer here: https://unix.stackexchange.com/questions/119880/make-freerdp-prompt-user-for...
or here: https://unix.stackexchange.com/questions/119880/make-freerdp-prompt-user-for...
On Thu, Jun 22, 2017 at 12:58:19PM -0400, me@tdiehl.org wrote:
On Thu, 22 Jun 2017, Itamar Reis Peixoto wrote:
I started playing with it yesterday but the problem I have is I cannot get it to prompt for a password unless I start it from a terminal. That is a non-starter for me.
I need something I can run from <alt><f2> and be able to connect.
Regards,
have you tried something like that in <alt><f2>
xfreerdp /u:USER /p:PASSWORD /w:1200 /h:600 /v:SERVER-ADDRESS
Yes, I have. The problem is it leaves the unencrypted passwords in my history. Other than that, Xfreerdp seems to work fine.
I just use
xfreerdp /u:myuser /v:serverip
Then it will ask for the password and it doesn't stay in history.
On Wed, 21 Jun 2017, Valeri Galtsev wrote:
On Wed, June 21, 2017 10:24 am, Mark Haney wrote:
On 06/21/2017 11:22 AM, me@tdiehl.org wrote:
Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
I used rdesktop on CentOS and on maemo (which is clone of clone of Debian) handheld for quite some time, and it is still available on CentOS 7 (via either base or epel yum repository) - I just checked and it works on CentOS 7 the same way as it did on earlier CentOS systems.
Hummm, I have epel enabled and when I try do yum install rdesktop, I get "No package rdesktop available."
Regards,
On Thu, 22 Jun 2017, me@tdiehl.org wrote:
Hummm, I have epel enabled and when I try do yum install rdesktop, I get "No package rdesktop available."
Use freerdp rather than rdesktop, as rdesktop has been parked AFAIK, with the last release Oct-2014. Freerdp is included with CentOS.
jh
On Thu, June 22, 2017 9:31 am, John Hodrien wrote:
On Thu, 22 Jun 2017, me@tdiehl.org wrote:
Hummm, I have epel enabled and when I try do yum install rdesktop, I get "No package rdesktop available."
Use freerdp rather than rdesktop, as rdesktop has been parked AFAIK, with the last release Oct-2014. Freerdp is included with CentOS.
Thanks, John. It is good to know.
Valeri
jh _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++
On Wed, 21 Jun 2017, Mark Haney wrote:
On 06/21/2017 11:22 AM, me@tdiehl.org wrote:
Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
KRDC? I'm pretty sure KRDC works fine in C7. (Though, I never use CentOS as a desktop, so YMMV.)
Thanks, I will take a look at that. I was not aware of it.
Regards,
Remmina is the one I use but I have not looked to see if Centos is supported but I use it daily and heavily.
On Jun 21, 2017 10:22 AM, me@tdiehl.org wrote:
Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
The "Remote desktop viewer" program that comes with C7 is not reliable for me. I frequently have multiple long running RDP sessions and the keyboard will stop responding. The only way I can find to get it started again is to restart the program and login to the servers again.
In addition, I cannot find a way to make copy and paste work.
On the plus side, I like the way Remote desktop viewer displays the desktops in tabs.
Suggestions?
Regards,
On Wed, Jun 21, 2017 at 10:29 AM, Tom Bishop bishoptf@gmail.com wrote:
Remmina is the one I use but I have not looked to see if Centos is supported but I use it daily and heavily.
On Jun 21, 2017 10:22 AM, me@tdiehl.org wrote:
Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
The "Remote desktop viewer" program that comes with C7 is not reliable for me. I frequently have multiple long running RDP sessions and the keyboard will stop responding. The only way I can find to get it started again is to restart the program and login to the servers again.
In addition, I cannot find a way to make copy and paste work.
On the plus side, I like the way Remote desktop viewer displays the desktops in tabs.
Suggestions?
Regards,
-- Tom me@tdiehl.org Spamtrap address me123@tdiehl.org _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Looks like Remmina can be found in Nux Dextop repo's - https://li.nux.ro/repos.html
On Wed, 21 Jun 2017, Tom Bishop wrote:
On Wed, Jun 21, 2017 at 10:29 AM, Tom Bishop bishoptf@gmail.com wrote:
Remmina is the one I use but I have not looked to see if Centos is supported but I use it daily and heavily.
On Jun 21, 2017 10:22 AM, me@tdiehl.org wrote:
Hi,
Does anyone know of a good program for doing RDP to windows servers on C-7?
Looks like Remmina can be found in Nux Dextop repo's - https://li.nux.ro/repos.html
I will have to take a look at it.
Thanks.
Regards,