ssh

  1. K

    Proxmox LXC ssh port configuration

    Hello, I am looking to change the ssh port of a Debian 11 LXC. I have updated the `/etc/ssh/sshd_config` file: # grep ^Port /etc/ssh/sshd_config Port 50022 however after a reboot of the container, the ssh port configuration is no longer respected. When checking the ssh service in the...
  2. T

    Some notes and questions about Proxmox Cluster networking

    Hello, I am trying to find more information about Proxmox Cluster networking, and specially the use of ports 22, 5404 and 5405 for intra cluster communication. I feel like the PVE admin guide could be updated with more accurate information (some of which I am contributing in this thread). I...
  3. V

    [SOLVED] SSH between Multiple networks.

    My pc is connected to the Home network and the Proxmox Host node is connected to Different/ Outer network. I want to establish an SSH connection between these. Is it possible to do that? Home PC IP address is: 192.168.29.158 Home PC Public address is 49.xx.xxx.175 Proxmox host node IP is...
  4. P

    Option for double bastion Terraform setup?

    Hi, so due to security policies of my company, I am in need of a double bastion networking setup to connect to my VMs in Proxmox. If I were to ssh into one of my VMs the steps would be: my_pc -> ssh jump_server -> ssh pve-node -> VM However, using Terraform with proxmox provider, I am able to...
  5. A

    Proxmox 7: Another one with SSH login problem with root user/password without keys

    So i search the web and forums last two days and no solution... So brand new install of Proxmox 7, create from default ubuntu 21 template new container, without SSH key as i dont want to use them Changed PermitRootLogin to yes in both PVE and Container, commented out PAM, enabled...
  6. T

    [TUTORIAL] Connect automatically to SFTP Remote Storage and use it for Backup (e.g Strato HiDrive)

    Community, for my case I've been looking for a workaround to bring out my backup data weekly without creating a new pbs server remotly. For this workaround and my solution I'm using my existing external SFTP Storage from a german company Strato (Product "HiDrive). So let's rock ... 1. Login...
  7. V

    [SOLVED] Can't SSH into and ssh-copy to the proxmox server from Ubuntu 20.04

    I am not able to ssh into the proxmox server I have tried copying the RSA pub_key to the remote server using this command. ssh-copy-id -i ~/.ssh/id_ed25519.pub root@192.xxx.xx.2 It says timed out. the UFW is disabled on the destination proxmox server. The firewalls are empty in the Proxmox Web...
  8. J

    SSH Login Nachricht

    Hallo liebes Proxmox Forum. Hat zufällig jemand eine ahnung wie sich die Login Message bei ssh zusammensetzt? also /etc/motd habe ich ändern können aber woher kommt der rest? es scheinen 3 dateien zu sein. 1x ?? 1x /etc/motd 1x ?? Linux leihmox7 5.11.22-1-pve #1 SMP PVE 5.11.22-2 (Fri, 02 Jul...
  9. J

    Can't login via web GUI, SSH works

    I've been searching the threads and nothing I've tried is working... I'm unable to login via the GUI (the GUI works, but I get a login failure when I use the root credentials). I can ssh just fine with those same root credentials, but I'm not sure what to try next to get the GUI login to work...
  10. M

    No shell privileged container

    Hello, I had a great install of CentOS on a container in Proxmox, with several users set up. I had to then change the container to be privileged as I needed to be able to create and used tun interfaces. Since that time I can no longer SSH into the container (but the webserver GUI I had set up...
  11. F

    Proxmox Host unreachable after few hours

    Hello, two weeks ago I changed the CPU in my server from athlon 200GE ot an R5 3600X. But, after a few hours of operation, the server is no longer accessible via ssh for inexplicable reasons. There is also nothing in the syslog. does anyone know what is going on?
  12. M

    Proxmox VE 6.2-4 | port entered blocking state

    Configuration: OS: Proxmox VE 6.2-4 Ethernet: Each server has its own static ip on the same VLAN I have setup three servers with Proxmox VE and link all them into a Proxmox cluster. I could see frequent déconnections of one server. It cannot be unaccessible on ssh and webgui. I need to wait...
  13. P

    Change host address PVE uses for cluster ssh

    When doing things like VM transfers between hosts in a cluster, PVE uses ssh (https://pve.proxmox.com/wiki/Cluster_Manager#_role_of_ssh_in_proxmox_ve_clusters). In my setup, my cluster members have multiple network interfaces, an "admin" interface, and a "data" interface. The admin interface is...
  14. S

    SSH account to do vm migration

    Hello, Currently a SSH connection with the root account is used for vm migration between proxmox nodes on the same cluster. Is-it possible to use another account with sudo permissions ? Thanks.
  15. I

    Proxmox bash history

    Hello! On my ProxMox server there are several Windows virtual machines that are encrypted with standard BitLocker tools. Every time I restart the server or any virtual machine, I need to enter the decryption password. In order not to connect to the virtual machine console via VNC/Spice every...
  16. T

    [SOLVED] Blacklisted GPU on headless machine but need command line

    Hey guys I have made a huge problem for myself and I don't know how to fix it.. it's giving me anxiety. Basically .. I blacklisted all the gpu drivers as you do when you try to passthrough the gpus but the problem is that I run Ryzen so I have no onboard graphics. Now usually this isn't a...
  17. V

    SSH connection closed to PVE

    Hi all, I have a strange issue. I have a ProxMox 6.2 installation that I connect via ssh by Putty on my machine Win10. But if on the same machine i try to connect via ssh from a VM like ubuntu or via ssh console of Chrome or via Terminus on my phone the connection is refused. Why with Putty...
  18. C

    [SOLVED] SSH / FTP zugriff auf eine VM

    Hallo zusammen Wie kann ich mit FTP und SSH auf eine VM (mit Linux drauf) zugreifen. Ich schaff es nicht... Danke und Gruss Raphi
  19. H

    VM Commands not working over SSH

    Hi Everyone, I'm completely new so this might be a really easy one for you. :-) When running commands such as 'qm list' from within the shell on the web interface, it returns a list of my VM's. But when running the exact same command logged in as root via putty/ssh, i get 'command not found'...
  20. P

    Tip: MOSH SSH Alternative (working)

    As an alternative to traditional SSH, I have successfully installed MOSH on Proxmox VE 6.2-9 and can manage it from Ubuntu 18.04.04. This is not surprising, as PVE is now Debian-based (which is excellent). But if you are looking for a way to manage the Proxmox console remotely that is highly...