home.social

#ssh-server — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ssh-server, aggregated by home.social.

fetched live
  1. 🎵🎤 Ah, the Rodecaster Duo, the multifunctional audio interface that moonlights as an SSH server! Because who wouldn't want their gaming microphone to double as a remote access point? 😂 Firmware updates? Forget it, just hope your audio doesn't start plotting a cyber-heist. 🔒🎧
    hhh.hn/rodecaster-duo-fw/ #RodecasterDuo #AudioInterface #SSHserver #GamingMicrophone #CyberHeist #FirmwareUpdates #HackerNews #ngated

  2. 🎵🎤 Ah, the Rodecaster Duo, the multifunctional audio interface that moonlights as an SSH server! Because who wouldn't want their gaming microphone to double as a remote access point? 😂 Firmware updates? Forget it, just hope your audio doesn't start plotting a cyber-heist. 🔒🎧
    hhh.hn/rodecaster-duo-fw/ #RodecasterDuo #AudioInterface #SSHserver #GamingMicrophone #CyberHeist #FirmwareUpdates #HackerNews #ngated

  3. 🎵🎤 Ah, the Rodecaster Duo, the multifunctional audio interface that moonlights as an SSH server! Because who wouldn't want their gaming microphone to double as a remote access point? 😂 Firmware updates? Forget it, just hope your audio doesn't start plotting a cyber-heist. 🔒🎧
    hhh.hn/rodecaster-duo-fw/ #RodecasterDuo #AudioInterface #SSHserver #GamingMicrophone #CyberHeist #FirmwareUpdates #HackerNews #ngated

  4. 🎵🎤 Ah, the Rodecaster Duo, the multifunctional audio interface that moonlights as an SSH server! Because who wouldn't want their gaming microphone to double as a remote access point? 😂 Firmware updates? Forget it, just hope your audio doesn't start plotting a cyber-heist. 🔒🎧
    hhh.hn/rodecaster-duo-fw/ #RodecasterDuo #AudioInterface #SSHserver #GamingMicrophone #CyberHeist #FirmwareUpdates #HackerNews #ngated

  5. 🎵🎤 Ah, the Rodecaster Duo, the multifunctional audio interface that moonlights as an SSH server! Because who wouldn't want their gaming microphone to double as a remote access point? 😂 Firmware updates? Forget it, just hope your audio doesn't start plotting a cyber-heist. 🔒🎧
    hhh.hn/rodecaster-duo-fw/ #RodecasterDuo #AudioInterface #SSHserver #GamingMicrophone #CyberHeist #FirmwareUpdates #HackerNews #ngated

  6. You use SSH for remote authentication. But do you know how it works in the background? For SSH authentication to work, you need a server at the backend. Here is how to execute a complete SSH server installation, start to end.

    #ssh #authentication #servers #sshServer #howtoSsh

    negativepid.blog/how-to-instal
    negativepid.blog/how-to-instal

  7. You use SSH for remote authentication. But do you know how it works in the background? For SSH authentication to work, you need a server at the backend. Here is how to execute a complete SSH server installation, start to end.

    #ssh #authentication #servers #sshServer #howtoSsh

    negativepid.blog/how-to-instal
    negativepid.blog/how-to-instal

  8. You use SSH for remote authentication. But do you know how it works in the background? For SSH authentication to work, you need a server at the backend. Here is how to execute a complete SSH server installation, start to end.

    #ssh #authentication #servers #sshServer #howtoSsh

    negativepid.blog/how-to-instal
    negativepid.blog/how-to-instal

  9. You use SSH for remote authentication. But do you know how it works in the background? For SSH authentication to work, you need a server at the backend. Here is how to execute a complete SSH server installation, start to end.

    #ssh #authentication #servers #sshServer #howtoSsh

    negativepid.blog/how-to-instal
    negativepid.blog/how-to-instal

  10. You use SSH for remote authentication. But do you know how it works in the background? For SSH authentication to work, you need a server at the backend. Here is how to execute a complete SSH server installation, start to end.

    #ssh #authentication #servers #sshServer #howtoSsh

    negativepid.blog/how-to-instal
    negativepid.blog/how-to-instal

  11. You use SSH for remote authentication. But do you know how it works in the background? For SSH authentication to work, you need a server at the backend. Here is how to execute a complete SSH server installation, start to end.

    #ssh #authentication #servers #sshServer #howtoSsh

    negativepid.blog/how-to-instal
    negativepid.blog/how-to-instal

  12. Ever wondered how SSH works? Before logging remotely into a machine with SSH, you must ensure your server is configured for that. This guide explains how to configure a start-to-end solution and provides a bash script to automate server provisioning. 👇

    negativepid.blog/how-to-instal

    #ssh #aim #sshserver #pka #bash #accessmanagement

  13. Ever wondered how SSH works? Before logging remotely into a machine with SSH, you must ensure your server is configured for that. This guide explains how to configure a start-to-end solution and provides a bash script to automate server provisioning. 👇

    negativepid.blog/how-to-instal

    #ssh #aim #sshserver #pka #bash #accessmanagement

  14. Ever wondered how SSH works? Before logging remotely into a machine with SSH, you must ensure your server is configured for that. This guide explains how to configure a start-to-end solution and provides a bash script to automate server provisioning. 👇

    negativepid.blog/how-to-instal

    #ssh #aim #sshserver #pka #bash #accessmanagement

  15. Wish is an SSH server with sensible defaults and a collection of middleware that makes building SSH apps easy.

    github.com/charmbracelet/wish

    #ssh #tools #libraries #apps #SshServer

  16. Wish is an SSH server with sensible defaults and a collection of middleware that makes building SSH apps easy.

    github.com/charmbracelet/wish

    #ssh #tools #libraries #apps #SshServer

  17. Installing apache karaf on debian

    Until the RFP (Request For Packaging) bug for karaf in the debian bug tracker is resolved, here is an APT archive with a karaf package for debian (architecture “all”).  The package is created using native debian packaging tools, and built from a source tarball and the APT archive itself is created, using aptly.

    The package has been tested on Debian 9 “stretch” (the current stable), amd64.

    Do the following commands as root on a debian GNU/linux system:

    1. Add the keys for the APT archive (Edit: needed to sign with the first key in the keyring because of an aptly bug, must add this key as well, if using the repository)
      wget -O - https://apt.bang.priv.no/apt_pub.gpg | apt-key add -wget -O - https://apt.bang.priv.no/maven_pub.gpg | apt-key add -
    2. Open the /etc/apt/sources.list file in a text editor, and add the following lines:
      # APT archive for apache karafdeb http://apt.bang.priv.no/public stable main
    3. Install karaf with apt-get
      apt-get updateapt-get install openjdk-8-jdk karaf
    4. Log in with SSH (password is “karaf” (without the quotes)) and try giving some commands:
      ssh -p 8101 karaf@localhost

     

    #apacheKaraf #apacheMaven #applicationServer #apt #aptArchive #aptly #deban9 #debianPackageArchive #debianStretch #java #karaf #maven #osgi #osgiContainer #sshServer #stretch

  18. Installing apache karaf on debian

    Until the RFP (Request For Packaging) bug for karaf in the debian bug tracker is resolved, here is an APT archive with a karaf package for debian (architecture “all”).  The package is created using native debian packaging tools, and built from a source tarball and the APT archive itself is created, using aptly.

    The package has been tested on Debian 9 “stretch” (the current stable), amd64.

    Do the following commands as root on a debian GNU/linux system:

    1. Add the keys for the APT archive (Edit: needed to sign with the first key in the keyring because of an aptly bug, must add this key as well, if using the repository)
      wget -O - https://apt.bang.priv.no/apt_pub.gpg | apt-key add -wget -O - https://apt.bang.priv.no/maven_pub.gpg | apt-key add -
    2. Open the /etc/apt/sources.list file in a text editor, and add the following lines:
      # APT archive for apache karafdeb http://apt.bang.priv.no/public stable main
    3. Install karaf with apt-get
      apt-get updateapt-get install openjdk-8-jdk karaf
    4. Log in with SSH (password is “karaf” (without the quotes)) and try giving some commands:
      ssh -p 8101 karaf@localhost

     

    #apacheKaraf #apacheMaven #applicationServer #apt #aptArchive #aptly #deban9 #debianPackageArchive #debianStretch #java #karaf #maven #osgi #osgiContainer #sshServer #stretch

  19. Installing apache karaf on debian

    Until the RFP (Request For Packaging) bug for karaf in the debian bug tracker is resolved, here is an APT archive with a karaf package for debian (architecture “all”).  The package is created using native debian packaging tools, and built from a source tarball and the APT archive itself is created, using aptly.

    The package has been tested on Debian 9 “stretch” (the current stable), amd64.

    Do the following commands as root on a debian GNU/linux system:

    1. Add the keys for the APT archive (Edit: needed to sign with the first key in the keyring because of an aptly bug, must add this key as well, if using the repository)
      wget -O - https://apt.bang.priv.no/apt_pub.gpg | apt-key add -wget -O - https://apt.bang.priv.no/maven_pub.gpg | apt-key add -
    2. Open the /etc/apt/sources.list file in a text editor, and add the following lines:
      # APT archive for apache karafdeb http://apt.bang.priv.no/public stable main
    3. Install karaf with apt-get
      apt-get updateapt-get install openjdk-8-jdk karaf
    4. Log in with SSH (password is “karaf” (without the quotes)) and try giving some commands:
      ssh -p 8101 karaf@localhost

     

    #apacheKaraf #apacheMaven #applicationServer #apt #aptArchive #aptly #deban9 #debianPackageArchive #debianStretch #java #karaf #maven #osgi #osgiContainer #sshServer #stretch

  20. Installing apache karaf on debian

    Until the RFP (Request For Packaging) bug for karaf in the debian bug tracker is resolved, here is an APT archive with a karaf package for debian (architecture “all”).  The package is created using native debian packaging tools, and built from a source tarball and the APT archive itself is created, using aptly.

    The package has been tested on Debian 9 “stretch” (the current stable), amd64.

    Do the following commands as root on a debian GNU/linux system:

    1. Add the keys for the APT archive (Edit: needed to sign with the first key in the keyring because of an aptly bug, must add this key as well, if using the repository)
      wget -O - https://apt.bang.priv.no/apt_pub.gpg | apt-key add -wget -O - https://apt.bang.priv.no/maven_pub.gpg | apt-key add -
    2. Open the /etc/apt/sources.list file in a text editor, and add the following lines:
      # APT archive for apache karafdeb http://apt.bang.priv.no/public stable main
    3. Install karaf with apt-get
      apt-get updateapt-get install openjdk-8-jdk karaf
    4. Log in with SSH (password is “karaf” (without the quotes)) and try giving some commands:
      ssh -p 8101 karaf@localhost

     

    #apacheKaraf #apacheMaven #applicationServer #apt #aptArchive #aptly #deban9 #debianPackageArchive #debianStretch #java #karaf #maven #osgi #osgiContainer #sshServer #stretch

  21. Installing apache karaf on debian

    Until the RFP (Request For Packaging) bug for karaf in the debian bug tracker is resolved, here is an APT archive with a karaf package for debian (architecture “all”).  The package is created using native debian packaging tools, and built from a source tarball and the APT archive itself is created, using aptly.

    The package has been tested on Debian 9 “stretch” (the current stable), amd64.

    Do the following commands as root on a debian GNU/linux system:

    1. Add the keys for the APT archive (Edit: needed to sign with the first key in the keyring because of an aptly bug, must add this key as well, if using the repository)
      wget -O - https://apt.bang.priv.no/apt_pub.gpg | apt-key add -wget -O - https://apt.bang.priv.no/maven_pub.gpg | apt-key add -
    2. Open the /etc/apt/sources.list file in a text editor, and add the following lines:
      # APT archive for apache karafdeb http://apt.bang.priv.no/public stable main
    3. Install karaf with apt-get
      apt-get updateapt-get install openjdk-8-jdk karaf
    4. Log in with SSH (password is “karaf” (without the quotes)) and try giving some commands:
      ssh -p 8101 karaf@localhost

     

    #apacheKaraf #apacheMaven #applicationServer #apt #aptArchive #aptly #deban9 #debianPackageArchive #debianStretch #java #karaf #maven #osgi #osgiContainer #sshServer #stretch