I have some amazon machine, in which I have Anaconda installed.
I want to remotely access the notebook.
When at home in my private network, I can access the remote notebook from my browser (I have done the proper configurations).
However, when I am on a public network (university) I can't access the notebook (probably because of the proxy).
I tried to access the notebook via ssh connection but with no success, possibly due to user flaws.
How can I connect to the remote notebook?
Related
Having created a Windows Azure VM and opened ports 3389 and 22 for inbound RDP and SSH connections, respectively.
I can successfully connect to the vm via RDP from a remote Windows PC.
Testing SSH connection in the Portal succeeds. However trying to connect from a remote Linux VM using SSH fails.
Given that SSH connection test within the portal succeeds, it suggests that (1) it is possible to SSH into a windows VM; and (2) there is no other config require on the server ie installing OpenSSH (or similar) / Copying over key file(s) to some location etc. However, the help steps in the Azure Portal for my Windows VM, for making remote SSH connections suggest that maybe a public key needs to exist on the server and that I need the private key on the LinuxVM I am trying to connect from.
Please could someone help me understand if ssh into windows Azure VM is possible and if so, the requirements / minimum set of steps (on the target Windows VM and the source Linux VM) I need to get to a state that I can successfully SSH.
Other posts re similar question posted have not helped me connect via ssh. I have not found a 'golden source of truth' on Microsoft docs. Maybe I missed it.
Thank you.
A Windows Server doesn’t typically come pre-built and ready to go with SSH access and it requires some setup. You can follow this to set up your Azure VM for SSH access. You can configure SSH on a Windows Azure VM for access, check out How to Set Up OpenSSH on a Windows Server. After deploying the OpenSSH, you can follow the steps about connect via SSH with client in the Azure portal on your Linux client to access that Windows VM via SSH.
We have been using Xampp at local Windows 7 system for quite sometime and now intend to share its VPN access to remote developer.
I tried using Team viewer VPN but it didn't let me run host services/GUI at remote system, however allocated private IPs were ping-able and shared directories were accessible.
Pl suggest me free VPN application & process to achieve remote access to Xampp files & GUI.
Thanks
I am trying to rdp from my local mac to an Azure instance through a (IKEv2) vpn connection. I am never prompted for a password, and it looks like the connection just times out. The error code I get is 0x204.
I have tried using both Microsoft Remote Desktop 8 and 10 for mac.
The connection is active and reports that it is connected.
From the mac, I can connect to another VM (in the same azure account) which is not running behind a vpn.
From Parallels Desktop (with networking set to Shared mode and the vpn connection active on the mac), I can successfully connect using the windows rdp client.
So it seems the Microsoft RDP-client for mac is not using the vpn connection.
Is there a way to make it do so?
Is there another solution, that will allow me to rdp to an Azure VM from my mac (without going through Parallels)?
Note: This is not the same question as this, since that is not about going through an azure vnet gateway.
I needed to add hosts file entries for each azure site I needed to access.
For example for accessing my-vm-name.someregion.cloudapp.azure.com, I needed to add a hosts file entry for it's private IP within the subnet. E.g. 10.2.0.100.
The reason everything worked in Windows under Parallels, is that the relevant entries had already been added to the hosts file previously.
I have seen many instances and tutorials for connecting remotely to Jupyter Notebook using a Linux based EC2 Instance on AWS.
for example: https://blog.keras.io/running-jupyter-notebooks-on-gpu-on-aws-a-starter-guide.html
I am wondering if the same is possible on a AWS windows server?
Yes the same is possible on a Windows server. Here are the links directly from AWS on how to set up on how to configure jupyter notebook and a Windows client on a EC2 instance
Configure Jupyter Notebook
Configure Windows client
Currently users RDP from their workstation to a server over a VPN and then run putty from that server to connect to the customer's server over a different VPN. We are unable to create a separate physical or logical path to the customer's server because there are some finicky configurations on their end so that the legacy software will still function.
How can I configure a way to allow our users to pivot off of our server to the customer's server directly from their workstations without using RDP to connect via SSH to the customer with an interactive prompt?
I've been trying to use plink, but I'm open to suggestions of other software if needed.
Below is a basic picture showing the connectivity.