I want to make ssh connection between macOS and Windows(exclude Windows Subsystem for Linux, I'm asking about just Windows) with bluetooth.
Is there a way to do it?
I want to work Both Computers as a client and server.
In macOS, I'll use pre-installed ssh and sshd command, And https://github.com/PowerShell/Win32-OpenSSH/ use as windows ssh toolset.
I apologize that I am Japanese so My English is broken.
The following is environment of my computers.
(PC)
OS: Windows 10 Home x64
Bluetooth adapter: Intel Dual Band Wireless-AC 7260 for Desktop 7260HMWDTX1.R
(Mac)
Hardware: Mid 2012 MacBook Pro
OS: macOS 10.12.6
Supporting Bluetooth version: 4.0 (it maybe wrong?)
No, it is not possible to make an SSH connection over Bluethooth. SSH requires TCP / IP and Bluethooth does not support TCP / IP.
Related
people
I need to run sparc64 emulator in order to install Solaris 10 for sparc64. I tried to run it on following hosts:
Windows 10 Professional
Windows 10 Enterprise
Windows Server 2019 Datacenter
Ubuntu 21.04
Ubuntu 18.04 LTS (ran on Windows hosted Hyper-v)
Every time I get this:
Keyboard is not responsive and I can not continue.
You can also view that i8042 module used for the keyboard is not available.
Can someone help with how to enable keyboard (it is not usb keyboard, it is integrated - on notebook - used for all except for Win Server)?
The starting command for qemu is (minimalistic):
qemu-system-spark64 -cdrom sol-10-u11-ga-sparc-dvd.iso -drive file=Image.img -m 2G -boot d
I've got a Mac OS with Catalina installed. In this MAC Os host, I run a VirtualBox centos linux box (installed with Vagrant). In the Centos virtual Box I want to launch app like (google-chrome or any x application) with the display exported to the MacOS host.
I've set the X11Forwarding yes in /etc/ssh/sshd_config (in MacOS Box AND in the Centos BOX).
On MacOS i've installed and running XQuartz, which is working well (I can start xterm from MacOs XQuartz configuration for example).
I ssh from MacOs into my Centos box with -X. So X11 port forwarding must be ok.
When I start any graphical application from Centos (google-chrome for example), I always have this message :
(google-chrome:26817): Gtk-WARNING **: 17:49:49.940: cannot open display:
I've tried some export DISPLAY configuration but without success : always cannot open dispay
Any help would be greatly appreciated because I'm stuck.
I solve my problem. It is just a matter of NIC interface used when starting VM through Vagrant. If I use the Wifi NIC -> KO. If I use the Ethernet NIC it is ok.
All,
I do have linux servers which do not have GUI installed and sometimes I just need to use graphical applications, such as installers. So the option is to use X11 forwarding. My question is how X11 forwarding is used with MacOS High Sierra today. What options or applications you do use? On windows I would probably use Xming or similar but are such server also available on MacOS? I know about XQuartz, but I'm reluctant to install it.
XQuartz is standard. It used to come bundled with the OS, but Apple removed it back around Mavericks. It generally works great.
You want to use:
ssh -Y [remote_server]
and you may have to add to your $HOME/.ssh/config file:
Host [remote_server]
ForwardX11 yes
ForwardX11Trusted yes
I'm trying to make an X-Session over SSH with Xming and Putty. This works fine with every application, that is Software-Rendered (e.g. A Qt5-Application). When I'm now trying to do this with my Qml-Application an egl error (3003) appears.
In my virtual machine (Virtualbox -> Host: Windows 8, Guest: Debian 64Bit) X over SSH runs like expected. Probably I have to install another driver for Win8/7 (tested both) to enable Hardware Acceleration (OpenGL / EGL).
I figured out, that the Cygwin X11 server works with OpenGL / QML. This way I can make a X over SSH Session on windows.
I have one computer running ubuntu operating system. It is having a wifi router connected to it. I have other laptop which runs windows 7 operating system.
Is there a way to access the ubuntu machine from windows machine through wifi and vice versa ?
You can use TeamViewer in both windows and linux. It will give you full control of the remote machine but I'm not sure if you can do file transfering...
For file transferring, connecting from windows to linux I would use winSCP, which access files through ssh, so you would have to install an run sshd on your linux box. If you haven't sshd in your ubuntu box, install it by doing $ sudo apt-get install ssh. You can start ssh daemon in ubuntu 11.10 with the command $ sudo service ssh start. From linux (Ubuntu 11.10) to windows (w7), I have successfully got into w7 machines in my local network by exploring the Network section in the left bar of the nautilus explorer. Sometimes, for some folders it would ask me for credentials to log into the remote machine, and file transferring was as simple as doing copy and paste (Ctrl+c, Ctrl+v)
hope to be helpful! good luck!
VNC is good for remote work on both Windows and Linux. You'll need to install VNC on Windows but I believe it comes by default with Ubuntu. You need to configure one to be the server and then you can use a client from the other machine to connect to it and remotely control the server machine.
Here are some resources for VNC in Ubuntu: https://help.ubuntu.com/community/VNC
And I use TightVNC when I'm working on Windows (server and client included in the install).
Install XRDP on Ubuntu.
on windows then run msrtc -v
if over the internet , I say use
https://www.dwservice.net/en/download.html
free and lot better than teamviwer.