约 50 个结果
在新选项卡中打开链接
  1. linux - SSH Port forwarding - Super User

    This machine is refered to by "remote". Local port forwarding with ssh means you connect from your client to your server and thereby open a tunnel so that another program on your client can connect …

  2. Trying to better understand SSH -n -N -f flags - Super User

    2023年11月12日 · The -f or -n options are backgrounding the ssh client to which they are given, ie. on your local laptop. (Option -f implies -n, so you actually only need one of the two.) Backgrounding is …

  3. port forwarding - Differences between ssh -L to -D - Super User

    2012年4月3日 · I'm trying to understand the differences between ssh -L to -D. Is there anything else except for that -D is SOCKS only? Thanks!

  4. ssh - How to tell git which private key to use? - Super User

    ssh has the -i option to tell which private key file to use when authenticating: -i identity_file Selects a file from which the identity (private key) for RSA or DSA authentication is read. The default is …

  5. tcp - What does SSH use UDP for? - Super User

    The SSH protocol uses or has used 22/UDP for tunneling control through TCP. If decoded properly via Wireshark and you are tunneling a connection through via either ssh-agent or tunneling remotely or …

  6. git - SSH - How to add host to ssh/known_host file - Super User

    2018年12月4日 · To automatically add a key for a new host, just SSH to it. To manually add a key for a new host, 1) open the known_hosts file in your text editor and 2) add the key for a new host, …

  7. How does SSH encryption work? - Super User

    But if I need to encrypt data on the client for sending to the server, how does it happen? The public key encrypts data on the client? But how can the server decrypt it, if it only has the public key? How does …

  8. Windows SSH: Permissions for 'private-key' are too open

    2018年2月18日 · I've OpenSSH 7.6 installed in Windows 7 for testing purposes. SSH client & server work just fine till I tried to access one of my AWS EC2 box from this windows. It seems like I …

  9. How to connect to SSH with '@' character in username

    I was given login credentials to a server and there is an @ character in my username. How can I make an SSH connection in my terminal? username: [email protected] host: domain.com I've tried $ ssh...

  10. How do i find the ssh access of my linux machine? - Super User

    2023年4月26日 · 0 I'm pretty new to coding and software development so this might sound like a stupid question, but I already have a linux machine and I want to connect to that linux machine from another …